feat: add postcss.config.mjs

This commit is contained in:
cupadev-admin 2026-03-08 18:33:36 +00:00
parent 321cf27430
commit 074bb47cd5
1 changed files with 8 additions and 0 deletions

8
postcss.config.mjs Normal file
View File

@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;