-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
for some reason this code
className='border-transparent border-solid border-2 border-gradient-br-light-blue-surface'
stops working if i do this
className={twMerge(
'border-transparent border-solid border-2',
'border-gradient-br-light-blue-surface'
)}
BUT again for some strange reason it works if
className={twMerge(
'border-transparent border-solid border-2',
'hover:border-gradient-br-light-blue-surface'
)}
Metadata
Metadata
Assignees
Labels
No labels