Migrated to daisyui 5

This commit is contained in:
BOT Alex 2025-04-05 22:28:32 +02:00
parent 2fa0e4ee8e
commit 4fa68a8e7f
10 changed files with 598 additions and 1032 deletions

View file

@ -1,6 +1,7 @@
import tailwindcss from "@tailwindcss/vite";
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
plugins: [tailwindcss(), sveltekit()],
});