@georgios-drivas/css-filter
v1.0.6
Published
Easy way to track unused css rules in your css files
Downloads
89
Maintainers
Readme
CSS Filter
An npm package that checks HTML files for unused CSS rules.
Installation
In the command run:
- npm install @georgios-drivas/css-filter
Add this script in your package.json file:
- "css-filter": "node ./node_modules/@georgios-drivas/css-filter/index.js"
Once it is installed, run the command:
npm run css-filter -- /path-to-your-css-file /path-to-your-html-file
The results will be posted in the command line