Split config files
This commit is contained in:
parent
ec419a82cb
commit
e664fc3191
7 changed files with 227 additions and 78 deletions
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: './tailwind.config.js',
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
Reference in a new issue