css-cleanup
v1.0.13
Published
CSS Cleanup is a command-line tool designed to help developers keep their stylesheets clean and efficient by identifying and removing unused CSS selectors from their projects
Downloads
1
Readme
CSS Cleanup
A tool to scan, report, and remove unused CSS selectors from your project.
Installation
npm install -g css-cleanup
##Usage
css-cleanup scan ./src
css-cleanup report
css-cleanup remove
Options scan : Scan project for unused CSS selectors. report: Generate a report of unused CSS selectors. remove: Remove unused CSS selectors.