WIP: Prepared for SkeletonLabs v3 to v4 migration with temporary v3 dependencies. Proceed to rollback to 90ee6bb1 on main branch for re-verification.

This commit is contained in:
Scott Idem
2025-12-08 15:37:00 -05:00
parent 90ee6bb156
commit a4ae1db497
7 changed files with 534 additions and 486 deletions

View File

@@ -4,7 +4,9 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
plugins: [
tailwindcss(),
tailwindcss({
exclude: /node_modules/,
}),
sveltekit() // <-- Must come after Tailwind
]
});