Initial commit

This commit is contained in:
2026-04-15 10:29:18 -04:00
commit 21c82882f4
46 changed files with 3968 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;