🚚 Copies over files from old repo

This commit is contained in:
2026-01-15 09:54:38 +01:00
parent 55be806a99
commit d7874818a3
16 changed files with 669 additions and 59 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}