Skip to content

doesn't work with twMerge #8

@dmhd6219

Description

@dmhd6219

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions