Remove flowbite
This commit is contained in:
parent
24c668d43d
commit
af58ac6289
4 changed files with 4 additions and 9 deletions
|
@ -23,7 +23,6 @@
|
||||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||||
"eslint-plugin-import": "^2.25.2",
|
"eslint-plugin-import": "^2.25.2",
|
||||||
"eslint-plugin-svelte3": "^4.0.0",
|
"eslint-plugin-svelte3": "^4.0.0",
|
||||||
"flowbite": "^1.5.3",
|
|
||||||
"flowbite-svelte": "^0.26.7",
|
"flowbite-svelte": "^0.26.7",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"postcss-import": "^15.0.0",
|
"postcss-import": "^15.0.0",
|
||||||
|
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
@ -13,7 +13,6 @@ specifiers:
|
||||||
eslint-config-airbnb-typescript: ^17.0.0
|
eslint-config-airbnb-typescript: ^17.0.0
|
||||||
eslint-plugin-import: ^2.25.2
|
eslint-plugin-import: ^2.25.2
|
||||||
eslint-plugin-svelte3: ^4.0.0
|
eslint-plugin-svelte3: ^4.0.0
|
||||||
flowbite: ^1.5.3
|
|
||||||
flowbite-svelte: ^0.26.7
|
flowbite-svelte: ^0.26.7
|
||||||
postcss: ^8.4.14
|
postcss: ^8.4.14
|
||||||
postcss-import: ^15.0.0
|
postcss-import: ^15.0.0
|
||||||
|
@ -42,7 +41,6 @@ devDependencies:
|
||||||
eslint-config-airbnb-typescript: 17.0.0_nwt6qmnsbmuicuvak5hafgwebq
|
eslint-config-airbnb-typescript: 17.0.0_nwt6qmnsbmuicuvak5hafgwebq
|
||||||
eslint-plugin-import: 2.26.0_wyxuyzvlfep3lsyoibc4fosfq4
|
eslint-plugin-import: 2.26.0_wyxuyzvlfep3lsyoibc4fosfq4
|
||||||
eslint-plugin-svelte3: 4.0.0_sc4laremvjv7grvyfrqmp3xv5q
|
eslint-plugin-svelte3: 4.0.0_sc4laremvjv7grvyfrqmp3xv5q
|
||||||
flowbite: 1.5.3
|
|
||||||
flowbite-svelte: 0.26.7
|
flowbite-svelte: 0.26.7
|
||||||
postcss: 8.4.16
|
postcss: 8.4.16
|
||||||
postcss-import: 15.0.0_postcss@8.4.16
|
postcss-import: 15.0.0_postcss@8.4.16
|
||||||
|
|
|
@ -30,4 +30,7 @@ body {
|
||||||
dark:bg-gray-800 dark:text-gray-400
|
dark:bg-gray-800 dark:text-gray-400
|
||||||
dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700
|
dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700
|
||||||
}
|
}
|
||||||
|
:root {
|
||||||
|
@apply dark:bg-slate-900
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,12 +8,7 @@ const config = {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
|
|
||||||
plugins: [
|
|
||||||
require('flowbite/plugin')
|
|
||||||
],
|
|
||||||
darkMode: 'class',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue