complete init

This commit is contained in:
wxhao
2025-10-31 15:12:57 +08:00
parent 43534e3ef4
commit 2ef5c6b3f5
16 changed files with 2424 additions and 119 deletions

6
postcss.config.mjs Normal file
View File

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