This commit is contained in:
eric
2025-12-05 17:25:43 +08:00
parent 70948c6eec
commit 9bd76d8eb3
54 changed files with 22618 additions and 0 deletions

5
postcss.config.js Normal file
View File

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