-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 3.4's size-*
#359
Comments
I'll add support for all Tailwind CSS v3.4 features in the coming days. |
This was addressed in release v2.2.0. |
@dcastil Could you take a look at this test case? expect(twMerge('w-5 size-10 w-12 h-3')).toBe('w-12 h-3') Since |
Hey @imekachi! 👋 This is intentional and shouldn't cause any issues: |
I see. It makes sense now. Thanks for the explanation. |
size-*
should override bothh-*
andw-*
classes.The text was updated successfully, but these errors were encountered: