Initial commit

This commit is contained in:
2025-09-27 14:15:00 +08:00
commit 4bab0a78b2
205 changed files with 23872 additions and 0 deletions

8
postcss.config.js Normal file
View File

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