feat(main): replace emotion CSS with tailwind

This commit is contained in:
Kim, Jimin 2023-07-02 14:57:56 +09:00
parent e138285b7b
commit e43193d464
9 changed files with 96 additions and 155 deletions

View file

@ -1,5 +1,7 @@
export default {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},