mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +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 = {
|
module.exports = {
|
||||||
build: {
|
|
||||||
postcss: [
|
|
||||||
require('tailwindcss')('./tailwind.js'),
|
|
||||||
require('autoprefixer')
|
|
||||||
]
|
|
||||||
},
|
|
||||||
css: ['~/assets/css/tailwind.css']
|
css: ['~/assets/css/tailwind.css']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user