Add frontend/postcss.config.js
This commit is contained in:
parent
ec4df6b33e
commit
6f45131b57
1 changed files with 6 additions and 0 deletions
6
frontend/postcss.config.js
Normal file
6
frontend/postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue