Add tailwindcss and flowbite
This commit is contained in:
parent
4c55a9f438
commit
21511685bc
7 changed files with 387 additions and 14 deletions
15
tailwind.config.cjs
Normal file
15
tailwind.config.cjs
Normal file
|
@ -0,0 +1,15 @@
|
|||
const config = {
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
|
||||
theme: {
|
||||
extend: {
|
||||
},
|
||||
},
|
||||
|
||||
plugins: [
|
||||
require('flowbite/plugin')
|
||||
],
|
||||
darkMode: 'class',
|
||||
};
|
||||
|
||||
module.exports = config;
|
Loading…
Add table
Add a link
Reference in a new issue