This commit is contained in:
2025-04-06 21:49:44 +02:00
parent 7d64ee11bf
commit 466e1dcdce
44 changed files with 1780 additions and 1520 deletions

View File

@@ -19,7 +19,6 @@ module.exports = {
],
content: [
"./src/**/*.{html,ts}",
"./node_modules/flowbite/**/*.js" // add this line
],
theme: {
extend: {
@@ -43,9 +42,6 @@ module.exports = {
// ... andere benutzerdefinierte Schatten, falls vorhanden
}
},
},
plugins: [
require('flowbite/plugin') // add this line
],
}
}