Split config files

This commit is contained in:
Oliver Davies 2019-03-24 20:44:59 +00:00
parent 728a4a4f39
commit 199daea1b9
6 changed files with 851 additions and 333 deletions

7
postcss.config.js Normal file
View file

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