Home > Design - Imagery, Banners & Landers >

Anyone know a good tool to Auto-remove unused CSS? (4)


02-22-2013 09:26 PM #1 doryphoros (Member)
Anyone know a good tool to Auto-remove unused CSS?

I know you can list the unused CSS in chrome dev tools, does anyone know a good tool to automatically remove all those rules? I'd rather not spend hours highlighting and deleting

Thanks


02-23-2013 12:03 AM #2 doryphoros (Member)

Nvm, got it solved.

In case anyone else was looking for a solution ($25, but worth it in my opinion), http://unused-css.com/


02-23-2013 01:07 AM #3 redrummr (Member)

CSS Usage FF plugin is free and really good -- helped me out heaps.


02-23-2013 01:10 AM #4 zeno (Administrator)

I think the site you mentioned is your best bet. Otherwise I use "dust-me selectors" for firefox. If it's your own page with a reasonably small amount of CSS it's relatively easy to clean it up. I.e. open in editor, run browser preview, view unused css, delete big line blocks of it, save > refresh etc.


Home > Design - Imagery, Banners & Landers >