Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge rounded error! #469

Open
hymhub opened this issue Sep 14, 2024 · 0 comments
Open

merge rounded error! #469

hymhub opened this issue Sep 14, 2024 · 0 comments
Labels
context-v2 Related to tailwind-merge v2

Comments

@hymhub
Copy link

hymhub commented Sep 14, 2024

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
@github-actions github-actions bot added the context-v2 Related to tailwind-merge v2 label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-v2 Related to tailwind-merge v2
Projects
None yet
Development

No branches or pull requests

1 participant