1.0.0 • Published 11 years ago
unusedcss v1.0.0
unused-css
Retrieve the unused CSS from a web page. This is useful for page analytics.
Installation
npm i --save unusedcssUsage
var unusedCss = require('unusedcss');
unusedCss('https://example.com');
// => { declarationsCount: 123, declarations: [...], selectorsCount: 456, selectors: [...] }Using the CLI
unusedcss url [url]Acknowledgements
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).