Remove ignored postcss options

Info about ignoring the postcss option when the postcss.config.js file is present.
https://nuxtjs.org/api/configuration-build#postcss
This commit is contained in:
Jakub Kotek 2018-03-13 13:49:38 +01:00 committed by GitHub
parent a4444ca70c
commit b040777ac5
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']
}