Skip to content Fixed
- Make JS APIs available to plugins and configs in the Standalone CLI (#15934)
- Vite: Don't crash when importing a virtual module from JavaScript that ends in
.css (#16780)
- Fix an issue where
@reference "…" would sometimes omit keyframe animations (#16774)
- Ensure
z-*! utilities are properly marked as !important (#16795)
- Read UTF-8 CSS files that start with a byte-order mark (BOM) (#16800)
- Ensure nested functions in selectors used with JavaScript plugins are not truncated (#16802)
Changed
- Emit variable fallbacks when using
@reference "…" instead of duplicate CSS variable declarations (#16774)