css-deadweigth
Version:
CLI tool to detect unused CSS in your project
39 lines (21 loc) โข 717 B
Markdown
# css-cleaner
> ๐งผ A CLI tool to detect **unused CSS** selectors in your codebase โ framework agnostic, fast, and developer-friendly.
## ๐ Features
- Detects unused CSS from your HTML, JS, JSX, and more
- Easy CLI usage
- Outputs optional JSON report
- Watch mode to detect changes live
- Framework-agnostic โ works with any project
## ๐ฆ Installation
You can run it directly via `npx` (no install required):
```bash
npx css-cleaner --src ./src --css ./styles
## ๐ฆ Globally Installation
npm install -g css-cleaner
## ๐จโ๐ป Author
Made with โค๏ธ by [Abhishek Kr Sharma]
## ๐ License
This project is currently unlicensed. Please contact the author for permissions.