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

Helps you identify reoccurring CSS class name combinations in your markup

Results 8 refactor-css issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.8.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

This is a great extension. It would be nice for JSX/TSX files if it could recognize string literals: ``` // works // not detected ``` This would help with common...

Currently, this extension does not seem to work with _jsx_ and _tsx_ files. ![refactor-css-example](https://user-images.githubusercontent.com/8037927/61939516-bac47000-af93-11e9-86c8-f5bbb681ca4a.PNG)

![image](https://user-images.githubusercontent.com/10318340/75053369-2b3a5d80-549f-11ea-98b9-54f186d7092c.png) VSCode was running really slowly with barely any extensions working. Activity monitor showed VSCode taking up 140% of CPU. So I profiled all my running extensions and got the...