feat: add postcss.config.js

This commit is contained in:
cupadev-admin 2026-03-08 17:14:32 +00:00
parent 9c9657398c
commit 986cf3d73b
1 changed files with 6 additions and 0 deletions

6
postcss.config.js Normal file
View File

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};