This commit is contained in:
2025-11-07 09:30:45 +08:00
parent ecdb4321e8
commit fa8ebffac9
1478 changed files with 188959 additions and 0 deletions

7
web/postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};