Add missing parentheses

This commit is contained in:
Oliver Davies 2019-06-24 08:03:16 +01:00
parent 04948436f3
commit 6ce5a7176b

View file

@ -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')