Update Feb 21, 2025 tracked by Updatify
v4.0.8
Added
-
Allow
@importwiththeme(…)options for stylesheets that contain more than just@themerules (#16514)
Fixed
-
Don’t add
!importantto CSS variable declarations when using the important modifier (#16668) -
Vite: Ignore files and directories specified in your
.gitignorefile when using automatic source detection(#16631) - Vite: Don’t rely on the module graph for detecting candidates to ensure setups with multiple Vite builds work as expected (#16631)
- Vite: Ensure Astro production builds always contain classes used in client-only components (#16631)
- Vite: Always scan raw file contents for utility classes before any other transforms have been applied to ensure utility classes are scanned without any additional escaping (#16631)
- Ensure utilities with more declarations are always sorted before utilities with fewer declarations when utilities only define CSS variables (#16715)
-
Only include
translate-z-pxutilities once in compiled CSS (#16718)