Initial commit

This commit is contained in:
2025-07-13 10:33:14 +01:00
parent f1fcaa6d05
commit 2b1e945715
28 changed files with 6222 additions and 276 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};