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
When using arbitrary values for stroke width and color, it doesnt work properly "stroke-[hsl(350_80%_0%)]","stroke-[10px]" will result in only stroke-[10px] to be left behind, but thats not correct, both should be kept, since tailwind differentiates between using size unit and color unit by creating stroke-width: for size unit and stroke: for color, tailwind merge incorrectly takes it as colliding classes
Expected behavior
keep both color and size arbitrary value classes
The text was updated successfully, but these errors were encountered:
Describe the bug
When using arbitrary values for stroke width and color, it doesnt work properly
"stroke-[hsl(350_80%_0%)]","stroke-[10px]"
will result in onlystroke-[10px]
to be left behind, but thats not correct, both should be kept, since tailwind differentiates between using size unit and color unit by creating stroke-width: for size unit and stroke: for color, tailwind merge incorrectly takes it as colliding classesExpected behavior
keep both color and size arbitrary value classes
The text was updated successfully, but these errors were encountered: