Update Jul 13, 2023 tracked by Updatify
v3.3.3
Fixed
- Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
- Make font settings propagate into buttons, inputs, etc. (#10940)
-
Fix parsing of
theme()insidecalc()when there are no spaces around operators (#11157) -
Ensure
repeating-conic-gradientis detected as an image (#11180) -
Move unknown pseudo-elements outside of
:isby default (#11345) - Escape animation names when prefixes contain special characters (#11470)
-
Don’t prefix arbitrary classes in
groupandpeervariants (#11454) - Sort classes using position of first matching rule (#11504)
- Allow variant to be an at-rule without a prelude (#11589)
- Make PostCSS plugin async to improve performance (#11548)
- Don’t error when a config file is missing (f97759f)
Added
-
Add
aria-busyutility (#10966)
Changed
-
Reset padding for
<dialog>elements in preflight (#11069)