This commit is contained in:
2026-01-07 10:33:09 +00:00
parent c2559bbc93
commit 13745ac89e
42 changed files with 4526 additions and 0 deletions

9
web/postcss.config.cjs Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};