This commit is contained in:
hu xiaotong
2025-04-16 15:43:15 +08:00
commit d53355859b
13 changed files with 2483 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
'@tailwindcss/postcss': {},
},
};