-
-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
context-v2Related to tailwind-merge v2Related to tailwind-merge v2
Description
tailwind config:
// tailwind.config.ts
export default {
// ...
theme: {
extend: {
borderRadius: {
layout: '16px'
}
}
}
}
error:
twMerge('rounded-layout', 'rounded-none') // output -> rounded-layout rounded-none
twMerge('!rounded-layout', '!rounded-none') // output -> !rounded-layout !rounded-none
Metadata
Metadata
Assignees
Labels
context-v2Related to tailwind-merge v2Related to tailwind-merge v2