Re-order PostCSS plugins
This commit is contained in:
parent
f38df8683a
commit
f9356b09aa
|
@ -40,8 +40,8 @@
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"postcss-nested": {},
|
|
||||||
"tailwindcss": "./tailwind.config.js",
|
"tailwindcss": "./tailwind.config.js",
|
||||||
|
"postcss-nested": {},
|
||||||
"autoprefixer": {}
|
"autoprefixer": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue