Re-order PostCSS plugins

This commit is contained in:
Oliver Davies 2019-03-21 02:16:29 +00:00
parent f38df8683a
commit f9356b09aa

View file

@ -40,8 +40,8 @@
}, },
"postcss": { "postcss": {
"plugins": { "plugins": {
"postcss-nested": {},
"tailwindcss": "./tailwind.config.js", "tailwindcss": "./tailwind.config.js",
"postcss-nested": {},
"autoprefixer": {} "autoprefixer": {}
} }
}, },