From 27d85a0b28a82ad0eb4e44130d5702f81648a423 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 19 Apr 2026 17:42:20 +0100 Subject: [PATCH] fix(tailwind): move ResizeHandles CSS to app.css global sheet @tailwindcss/vite:generate:serve threw 'Invalid declaration: getCurrentWindow' on ResizeHandles.svelte?svelte&type=style&lang.css even after comment sanitisation. The style block is plain CSS with no Tailwind directives, but the per-component virtual CSS module route was hitting a parse bug in the Tailwind v4 + Svelte 5 combination. Workaround: move the CSS into app.css (class names are already component-specific, no scoping loss) and drop the component-local