This commit is contained in:
2025-06-17 12:18:51 +02:00
commit b563738f5a
118 changed files with 12398 additions and 0 deletions

5
postcss.config.js Normal file
View File

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