You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement view transitions level 2, including the @view-transition rule, view-transition-class and view-transition-group properties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #885
Support parsing the @font-feature-values rule – #840
Add a feature flag to explicitly enable or disable transpiling the light-dark() function – 3043896
Fixed
Compile media query range syntax with boolean logic instead of fractional pixels. Fixes issues with rounding certain values. – 7f29035
Fix parsing the list-style shorthand property – 97891d8
Fix hashing of :nth-child(an + b of X) selectors in CSS modules – ed9e659
Update napi-rs to fix issue with \0 characters in filenames – 43707c3