27d85a0b28a82ad0eb4e44130d5702f81648a423
@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 <style> block. This sidesteps the virtual-module route entirely. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Languages
Rust
56.1%
Svelte
26.8%
TypeScript
7.8%
Shell
3.2%
HTML
2.4%
Other
3.7%