Skip to content

Commit

Permalink
fix: fix missing styling for flatpickr
Browse files Browse the repository at this point in the history
-
  • Loading branch information
daveroverts committed Jan 1, 2022
1 parent 83e553e commit 5a2e01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mix.js('resources/js/app.js', 'public/js')
extend: {
content: [path.join(__dirname, 'vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*bootstrap-4.blade.php')],
safelist: {
standard: [/\bflatpickr-\S*$/],
deep: [/\bui-\S*$/]
}
},
Expand Down

0 comments on commit 5a2e01b

Please sign in to comment.