nextui icon indicating copy to clipboard operation
nextui copied to clipboard

[BUG] - Upgrade Tailwind Merge version

Open conduongtong opened this issue 1 year ago • 1 comments

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

conduongtong avatar Aug 05 '24 19:08 conduongtong