Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RiceCereal CSS Refactor ToolNew to Visual Studio Code? Get it now.
RiceCereal CSS Refactor Tool

RiceCereal CSS Refactor Tool

yxzhk

|
2,186 installs
| (1) | Free
Highlights unused css classes looking for js files in the same folder as the css/scss/sass files, support CSS Module
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RiceCereal CSS Refactor Tool

  1. Highlights the unused css classes of css/scss/sass files by scaning js files in the same folder.
  2. TODO MORE.

How to use

Automatically highlights the unused css classes when opening css/scss/sass files.

Release Notes

0.0.7

support ts and tsx file.

0.0.6

support css module. css must be imported as an object named 'styles'.

import styles from "./component.module.scss";

escape ant-design style which start with .ant-

    .ant-menu-item {
      background: #000f50;
      width: 110px !important;
      }

0.0.1

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft