Initial commit

This commit is contained in:
2026-03-07 11:20:10 +00:00
commit d093488da7
11 changed files with 1108 additions and 0 deletions

6
postcss.config.mjs Normal file
View File

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