RenovateBot: Update dependency tailwindcss to v3.3.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tailwindcss (source) | dependencies | patch | 3.3.2 -> 3.3.3 |
Release Notes
tailwindlabs/tailwindcss (tailwindcss)
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-gradient
is detected as an image (#11180) - Move unknown pseudo-elements outside of
:is
by default (#11345) - Escape animation names when prefixes contain special characters (#11470)
- Don't prefix arbitrary classes in
group
andpeer
variants (#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-busy
utility (#10966)
Changed
- Reset padding for
<dialog>
elements in preflight (#11069)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.