Skip to content

Add intellisense when using classnames plugin #197

Closed
@davea38

Description

@davea38

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions