No need to specify the default filename
This commit is contained in:
parent
4685f23861
commit
489b5a5914
|
@ -2,7 +2,7 @@ let mix = require('laravel-mix')
|
|||
|
||||
mix.disableNotifications()
|
||||
.postCss('src/css/style.css', '', [
|
||||
require('tailwindcss')('./tailwind.config.js'),
|
||||
require('tailwindcss')(),
|
||||
require('postcss-nested')(),
|
||||
])
|
||||
.browserSync({
|
||||
|
|
Loading…
Reference in a new issue