Does anyone know of a utility that will take a CSS file and find all the references to each class?
I have a site that is over 10 years old and there are classes defined that are never used, (I think.) I would like to clean up the CSS and upgrade the classes actually used to the latest standards.
Thanks.
Page: 1
Thomas Elliott wrote:
Does anyone know of a utility that will take a CSS file and find all the references to each class?
Does anyone know of a utility that will take a CSS file and find all the references to each class?
I believe TopStyle can do that, but if you want to know which style rules are not being used in your pages, Sitepoint has a free Firefox extension called "Dust Me Selectors" which may be helpful.
http://www.sitepoint.com/dustmeselectors/
Thanks, Cary. Sitepoint Dust Me is what I was looking for
Please Login to Reply

