Gym-Junkies
Gym-Junkies copied to clipboard
Bump tailwindcss from 3.3.2 to 3.3.3
Bumps tailwindcss from 3.3.2 to 3.3.3.
Release notes
Sourced from tailwindcss's releases.
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)
Changelog
Sourced from tailwindcss's changelog.
[3.3.3] - 2023-07-13
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)
Commits
0bd81a0
3.3.36a6ceb5
Update changelogf97759f
Don’t error when a config file is missing005c1be
Don't prefix arbitrary classes inpeer
/group
variants (#11454)5b9cbb3
Make PostCSS plugin async to improve performance (#11548)1c9bb38
Allow variant to be an at-rule without a prelude (#11589)80f3e85
Sort classes using position of first matching rule (#11504)2432268
Reset dialog element styles (#11069)b885fff
Addaria-busy
utility (#10966)1fb7486
Make font settings propagate into buttons, inputs, etc. (#10940)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)