Add missing parentheses
This commit is contained in:
parent
04948436f3
commit
6ce5a7176b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ mix.disableNotifications()
|
|||
.postCss('resources/css/app.css', 'source/dist/css', [
|
||||
require('postcss-import')(),
|
||||
require('tailwindcss')('tailwind.config.js'),
|
||||
require('postcss-nested'),
|
||||
require('postcss-nested')(),
|
||||
])
|
||||
.extract(['highlightjs', 'vue'])
|
||||
.js('resources/js/app.js', 'source/dist/js')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue