-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Tailwind CSS v3.3 except line-height shorthand #210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
size-limit report 📦
|
…nd `content-stretch`
dcastil
changed the title
Add support for Tailwind CSS v3.3
Add support for Tailwind CSS v3.3 except line-height shorthand
Mar 29, 2023
This was addressed in release v1.11.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
context-v1
Related to tailwind-merge v1
feature
Is new feature
needs changelog edit
Needs edit in changelog before release
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will add support for all changes in Tailwind CSS v3.3 except the
line-height
modifier support infont-size
utilities. For that one I'll need to think about more and potentially introduce a breaking change to tailwind-merge by dropping support for/
in Tailwind theme keys. More on that in #211.Tailwind release
Added
Addline-height
modifier support tofont-size
utilities (#9875)var(...)
(#9880, #9962)hyphens
utilities (#10071)from-{position}
,via-{position}
andto-{position}
utilities (#10886)list-style-image
utilities (#10817)caption-side
utilities (#10470)line-clamp
utilities from@tailwindcss/line-clamp
to core (#10768, #10876, #10862)delay-0
andduration-0
utilities (#10294)justify-normal
andjustify-stretch
utilities (#10560)content-normal
andcontent-stretch
utilities (#10645)whitespace-break-spaces
utility (#10729)font-variation-settings
for afont-family
(#10034, #10515)Fixed
null
, is an emptySet
(#10877)Changed
rtl
andltr
variants as stable and remove warnings (#10764)inset
instead oftop
,right
,bottom
, andleft
properties (#10765)dark
andrtl
/ltr
variants insensitive to DOM order (#10766):is
to make important selector option insensitive to DOM order (#10835)Other
line-height
modifier support tofont-size
utilities (#9875)" and ask whether breaking change with/
is okay for community.