Move everything into tailwind.css, remove postcss-import
This commit is contained in:
parent
3f5c0170bf
commit
0094915aef
8 changed files with 27 additions and 55 deletions
|
@ -1,6 +1,5 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
tailwindcss: './tailwind.config.js',
|
||||
autoprefixer: {}
|
||||
}
|
||||
|
|
Reference in a new issue