Initialization

This commit is contained in:
AmintaCCCP
2025-06-29 18:44:08 +08:00
parent f40c649ea9
commit a55367f92c
30 changed files with 10058 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};