Added flowbite
This commit is contained in:
parent
f5447de44a
commit
847b688046
3 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
const config = {
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
content: [
|
||||
"./src/**/*.{html,js,svelte,ts}",
|
||||
"./node_modules/flowbite-svelte/**/*.{html,js,svelte,ts}"
|
||||
],
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue