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
Using logical border color properties with a more general property does not work (see below). The more specific property completely removes the generic property.
Describe the bug
Using logical border color properties with a more general property does not work (see below). The more specific property completely removes the generic property.
To Reproduce
https://codesandbox.io/p/sandbox/happy-field-y446v2
Expected behavior
twMerge('border-blue border-e-red')
should return"border-blue border-e-red"
and so on.Environment
The text was updated successfully, but these errors were encountered: