Fixed
- Fix Safari devtools rendering issue due to
color-mix
fallback (#19069) - Suppress Lightning CSS warnings about
:deep
,:slotted
, and:global
(#19094) - Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
- Allow named groups in combination with
not-*
,has-*
, andin-*
(#19100) - Prevent important utilities from affecting other utilities (#19110)
- Don’t index into strings with the
theme(…)
function (#19111) - Fix parsing issue when
\t
is used in at-rules (#19130) - Upgrade: Canonicalize utilities containing
0
values (#19095) - Upgrade: Migrate deprecated
break-words
towrap-break-word
(#19157)
Changed
- Remove the
postinstall
script from oxide (#19149)