commit before upgrading to tailwind 4

This commit is contained in:
vcoppe
2025-06-08 16:32:41 +02:00
parent 228ad1044e
commit f0230d4634
129 changed files with 4033 additions and 4468 deletions

View File

@@ -10,7 +10,7 @@ const mdsvexOptions = {
/** @type {import('@sveltejs/kit').Config} */
const config = {
extensions: ['.svelte', ...mdsvexOptions.extensions],
preprocess: [vitePreprocess(), mdsvex(mdsvexOptions)],
preprocess: [vitePreprocess({ script: true }), mdsvex(mdsvexOptions)],
kit: {
adapter: adapter({
pages: 'build',