This commit is contained in:
eric
2025-12-10 01:15:14 +08:00
parent fb180c4d65
commit 91247745dd
94 changed files with 4380 additions and 26663 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;