update
This commit is contained in:
@@ -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
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user