Enable postcss-nested

This commit is contained in:
Oliver Davies 2019-04-24 00:33:35 +01:00
parent 69a0236106
commit 82137cf464

View file

@ -1,6 +1,7 @@
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: "./tailwind.config.js", tailwindcss: "./tailwind.config.js",
'postcss-nested': {},
autoprefixer: {} autoprefixer: {}
} }
} }