Update postcss.config.js structure
This commit is contained in:
parent
27b55afe8a
commit
e586eaae1f
|
@ -1,10 +1,10 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [
|
plugins: {
|
||||||
require('postcss-easy-import')({
|
'postcss-easy-import': {
|
||||||
extensions: ['.css', '.pcss']
|
extensions: ['.css', '.pcss']
|
||||||
}),
|
},
|
||||||
require('tailwindcss'),
|
tailwindcss: {},
|
||||||
require('postcss-nested'),
|
'postcss-nested': {},
|
||||||
require('autoprefixer')
|
autoprefixer: {}
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue