- Fixed source validation, CSS parse error reporting, Ruby comment handling, and CLI stability (duplicate args, /dev/stdout hangs, source maps during watch).
- Added environment API support in @tailwindcss/vite and improved config handling (preserve theme key case, special defaults, future/experimental keys, content theme key compatibility).
- Enhanced utility canonicalization and class handling (skip utilities with top-level !, combine text/leading classes, canonicalize arbitrary utilities, validate candidates like Oxide).
Svelte changelog digest
Dec 8 - Dec 14, 2025. Useful releases, risky migrations, and noisy updates from the Svelte channel.
No matching updates in this bucket.
Svelte updates in 2025-w50
- Fixed bug where sibling() functions were broken inside calc() expressions (issue #19335).
- Ensured sibling() works correctly when used within CSS calc() functions.