Alex

Unused CSS finder - Crawl your website and find unused CSS

Unused CSS finder crawls your website (following all the internal links), analyses all the pages and provides a list of unused css-selectors found in your stylesheets.

Add a comment

Replies

Best
Dominik Heyberg
How does it deal with responsive sites and media queries?
Alex
@domheyberg not at the moment, working to add @media support
Nilanchala Panigrahy
Great idea but at this stage it's of little use. Will be wonderful if it can work with media query and SASS.
Kristof Bernaert
great to clean up ur css before minifying it and go production. testing this soon ...
Jesse Korzan
Just tried it, too. Great effort. Keep. Going. I've been looking for something along these lines, except for web app (auth'd users). A Chrome extension would be great... check a page/view against the loaded CSS file. Would really help refactoring our application.
Emmanuel Lemor
Was really hoping that it would work but tried it on over a dozen websites, and they all came back with (and in most cases in less than 2 seconds): "Stand by... Done. No unused selectors found." In most cases so quickly that I doubt it was checking them or maybe was hitting a barrier and stopping right there - tried it on a dead URL www.comcetclu.com and it came back with the same result. Something's not quite right :/ :(