-
Notifications
You must be signed in to change notification settings - Fork 1
Custom classes not being merged correctly in tailwind-merge #28
Copy link
Copy link
Labels
area: frontendRelates to frontend or user interface codeRelates to frontend or user interface codedifficulty: mediumIntermediate difficulty — moderate complexityIntermediate difficulty — moderate complexityhelp wantedMaintainers welcome community help on this issueMaintainers welcome community help on this issuepriority: mediumModerate priority — should be done soonModerate priority — should be done soon
Metadata
Metadata
Assignees
Labels
area: frontendRelates to frontend or user interface codeRelates to frontend or user interface codedifficulty: mediumIntermediate difficulty — moderate complexityIntermediate difficulty — moderate complexityhelp wantedMaintainers welcome community help on this issueMaintainers welcome community help on this issuepriority: mediumModerate priority — should be done soonModerate priority — should be done soon
Type
Fields
Give feedbackNo fields configured for Bug.
Thank you @BIA3IA for pointing this out!
As mentioned in my review of #26, we should extend the
twMergefunction in@/lib/utils.tsto ensure correct merging oftailwindclasses.There I proposed an easy solution regarding the border radii, but there might / might not be the same problem with colors/typography/shadows/etc. (needs testing, but it probably affects everything).