Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit e8db11d

Browse files
committed
refactor: remove unused Flowbite dependencies and clean up CSS
1 parent 0073171 commit e8db11d

File tree

4 files changed

+1
-251
lines changed

4 files changed

+1
-251
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
"eslint": "^9.18.0",
2525
"eslint-config-prettier": "^10.0.1",
2626
"eslint-plugin-svelte": "^3.0.0",
27-
"flowbite": "^3.1.2",
28-
"flowbite-svelte": "^0.48.6",
2927
"globals": "^16.0.0",
3028
"prettier": "^3.5.3",
3129
"prettier-plugin-svelte": "^3.3.3",
@@ -50,8 +48,6 @@
5048
"@prisma/client": "6.5.0",
5149
"axios": "^1.8.4",
5250
"date-fns": "^4.1.0",
53-
"flowbite-svelte-blocks": "^1.1.4",
54-
"flowbite-svelte-icons": "^2.1.1",
5551
"marked": "^15.0.8",
5652
"svelte-fa": "^4.0.3",
5753
"svelte-highlight": "^7.8.3",

pnpm-lock.yaml

Lines changed: 0 additions & 225 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
@import 'tailwindcss';
22
@plugin '@tailwindcss/typography';
33

4-
@plugin 'flowbite/plugin';
5-
6-
@custom-variant dark (&:where(.dark, .dark *));
7-
@tailwind base;
8-
@tailwind components;
9-
@tailwind utilities;
10-
11-
:root {
12-
--color-primary-50: #fff5f2;
13-
--color-primary-100: #fff1ee;
14-
--color-primary-200: #ffe4de;
15-
--color-primary-300: #ffd5cc;
16-
--color-primary-400: #ffbcad;
17-
--color-primary-500: #fe795d;
18-
--color-primary-600: #ef562f;
19-
--color-primary-700: #eb4f27;
20-
--color-primary-800: #cc4522;
21-
--color-primary-900: #a5371b;
22-
}
23-
24-
@source "../node_modules/flowbite-svelte/dist";

0 commit comments

Comments
 (0)