mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
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:
parent
a4444ca70c
commit
b040777ac5
@ -1,9 +1,3 @@
|
||||
module.exports = {
|
||||
build: {
|
||||
postcss: [
|
||||
require('tailwindcss')('./tailwind.js'),
|
||||
require('autoprefixer')
|
||||
]
|
||||
},
|
||||
css: ['~/assets/css/tailwind.css']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user