Split config files
This commit is contained in:
parent
728a4a4f39
commit
199daea1b9
6 changed files with 851 additions and 333 deletions
7
postcss.config.js
Normal file
7
postcss.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: "./tailwind.config.js",
|
||||
"postcss-nested": {},
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
Reference in a new issue