Basic Project Setup

This commit is contained in:
2025-11-28 17:17:57 +01:00
parent 94e7de5605
commit 7b2a009728
22 changed files with 4698 additions and 11 deletions

View File

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