Merge pull request #3005 from natocTo/patch-1

Remove ignored postcss option
This commit is contained in:
Clark Du 2018-03-14 14:07:25 +08:00 committed by GitHub
commit 392f108d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,3 @@
module.exports = {
build: {
postcss: [
require('tailwindcss')('./tailwind.js'),
require('autoprefixer')
]
},
css: ['~/assets/css/tailwind.css']
}