I'm working on a large project, and over time the stylesheets have got bigger and bigger. Is there a program which I could buy that would go through my stylesheets condensing styles defined multiple times, removing unused stylesheets and tidying up the code in general?
search google for online css optimizer you will get loads of free programs. also you can try this one out - http://www.cssoptimiser.com/
Thanks, but I was looking for something a bit more robust that would look through my php files to find unused classes.