update layout navbar and sidebar
This commit is contained in:
parent
503186e733
commit
7aea7a8131
14 changed files with 397 additions and 24 deletions
|
|
@ -1,6 +1,9 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,ts}"],
|
||||
content: [
|
||||
"./src/**/*.{html,ts}",
|
||||
"./node_modules/flowbite/**/*.js" // add this line
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
"backgroundColor": {
|
||||
|
|
@ -11,6 +14,6 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [require("flowbite/plugin")],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue