You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit 1:
This works on v2.6.0 but not on v3.0.0 and v3.0.1
Edit 2: Prefix defined in config shouldn't include combining - character anymore by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518
I tried removing the - still not working as expected
The text was updated successfully, but these errors were encountered:
Ah you already answered it! Keep in mind that you'll need to change the prefix to just plasmo when you upgrade to Tailwind CSS v4 and tailwind-merge v3.
Describe the bug
Using
extendTailwindMerge
prefix
option doesn't work as expected.To Reproduce
https://codesandbox.io/p/devbox/summer-architecture-f4f8ld
Expected behavior
Expected behavior
Custom
tw-text-3xl tw-text-4xltw-text-sm text-3xl text-4xl text-smEnvironment
Additional context
Edit 1:
This works on v2.6.0 but not on v3.0.0 and v3.0.1
Edit 2:
Prefix defined in config shouldn't include combining - character anymore by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518
I tried removing the
-
still not working as expectedThe text was updated successfully, but these errors were encountered: