Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility
when usingtransition
(#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant
values (#18798) - Replace deprecated
clip
withclip-path
insr-only
(#18769) - Hide internal fields from completions in
matchUtilities
(#18820) - Ignore
.vercel
folders by default (can be overridden by@source …
rules) (#18855) - Consider variants starting with
@-
to be invalid (e.g.@-2xl:flex
) (#18869) - Do not allow custom variants to start or end with a
-
or_
(#18867, #18872) - Upgrade: Migrate
aria
theme keys to@custom-variant
(#18815) - Upgrade: Migrate
data
theme keys to@custom-variant
(#18816) - Upgrade: Migrate
supports
theme keys to@custom-variant
(#18817)