chore: upgrade frontend dependencies

- Upgraded all frontend dependencies to their latest versions
- Updated Tailwind CSS to v4 and adjusted configuration

Note: This is WIP. Some features are broken and there are known bugs that need to be addressed.
This commit is contained in:
pixii
2025-03-06 12:14:13 +01:00
parent 76e657b5ec
commit e5f8876464
13 changed files with 647 additions and 597 deletions

View File

@ -1,3 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import "tailwindcss";
@import './app.scss';
@import 'tailwindcss';
@plugin 'flowbite/plugin';
@custom-variant dark {
@media not print {
.dark & {
@slot;
}
}
}
@source "../node_modules/flowbite-svelte/dist";
@import './app.scss';