Add and use postcss-import, move button component
This commit is contained in:
parent
2b86365e0c
commit
1f10536d46
7 changed files with 64 additions and 34 deletions
|
@ -1,5 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
tailwindcss: './tailwind.config.js',
|
||||
'postcss-nested': {},
|
||||
autoprefixer: {}
|
||||
|
|
Reference in a new issue