UNPKG

css-deadweigth

Version:

CLI tool to detect unused CSS in your project

39 lines (21 loc) โ€ข 717 B
# 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.