Add postcss-import, re-organise CSS files
This commit is contained in:
parent
70f547ab06
commit
fac991fb41
10 changed files with 39 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
tailwindcss: './tailwind.config.js',
|
||||
autoprefixer: {}
|
||||
}
|
||||
|
|
Reference in a new issue