refactor-css
refactor-css copied to clipboard
Does not work with JSX/TSX files
Currently, this extension does not seem to work with jsx and tsx files.
Have you tried refactor-css.include
in the settings?
Defaults to **/*.{htm,html,vue,hbs,handlebars,php,jade,twig,md,erb,ejs,nunjucks,haml,leaf}
Just tried it, and unfortunately it still doesn't seem to work.
Now I see the problem. tsx/jsx uses className
instead of class
… I will
look into it
Would love to see JSX support as well. Thx