refactor-css icon indicating copy to clipboard operation
refactor-css copied to clipboard

Does not work with JSX/TSX files

Open Glinkis opened this issue 5 years ago • 4 comments

Currently, this extension does not seem to work with jsx and tsx files.

refactor-css-example

Glinkis avatar Jul 26 '19 08:07 Glinkis

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}

urbantrout avatar Jul 26 '19 09:07 urbantrout

Just tried it, and unfortunately it still doesn't seem to work.

refactor-css-example2

Glinkis avatar Jul 26 '19 13:07 Glinkis

Now I see the problem. tsx/jsx uses className instead of class… I will look into it

urbantrout avatar Jul 26 '19 14:07 urbantrout

Would love to see JSX support as well. Thx

sebastienbarre avatar Dec 30 '20 05:12 sebastienbarre