What is the best cleaner tool for CSS out there? I want to get rid of unused selectors and optimize (u know find duplicates and stuff, suggest shorthand, etc.) my css. Going into them line by line manually drives me nuts.
Page Speed, an addon for firefox can do some of that. Finding unused portions of code would take a lot of work for a program - it would have to go through every page.
Page Speed for Firebug? I have this the whole time and been using it but I didn't know it could find unused CSS.
Yessir, but be careful, it's only on a page by page basis. I would assume you don't have a different CSS file for each page.
I would never trust a tool to do this job for me - there's no substitute for your own pair of eyes and knowledge