Initial Commit
Some checks failed
Docker / build (push) Failing after 5s

This commit is contained in:
Tobias Brummer 2025-05-18 23:51:19 +02:00
commit 75f4febcf9
No known key found for this signature in database
45 changed files with 9206 additions and 0 deletions

6
postcss.config.js Normal file
View file

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