Closed
Description
I write a lot of react code and use the https://github.com/JedWatson/classnames plugin for conditional CSS rendering.
Any chance you could enable this plugin to detect the classNames function?
import classNames from 'classnames';
<div className={classNames([
'flex flex-col',
...
])} />
Metadata
Metadata
Assignees
Labels
No labels