nextui
nextui copied to clipboard
[BUG] - Upgrade Tailwind Merge version
NextUI Version
2.4.6
Describe the bug
Tailwind merge newer version added some new default config such as:
'text-wrap': [{ text: ['wrap', 'nowrap', 'balance', 'pretty'] }],
For example: cn('text-black text-wrap') Current cn function NextUI: 'text-wrap' Newer version: 'text-black text-wrap' FYI: https://github.com/dcastil/tailwind-merge/commit/1274ad5341e97eb5329e309aa1a6cef7ced074e8
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
cn('text-black text-wrap')
Expected behavior
text-black text-wrap
Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome