vote up 0 vote down star

My project has collected CSS entropy (unused classes) during its course of development.

Now in order to keep the CSS file small, I want to remove all unused CSS references. But doing that manually involves searching for each class in the entire project. That takes time.

Do you know of any way/tool which I can adopt to find out which CSS classes are no longer used in my project, and remove it?

I am programming on ASP.NET. Visual Studio.

flag

See almost-identical question here: stackoverflow.com/questions/135657/… – Nathan Long Nov 18 '08 at 14:42

2 Answers

vote up 3 vote down check

You might find this Firefox extension useful: http://www.sitepoint.com/dustmeselectors/

link|flag
vote up 1 vote down

I wrote a tool which allows you to find all class and CssClass attributes in your aspx source code.

See my blog entry for info and download.

link|flag
Thanks... going to check it out now. – Cyril Gupta Nov 18 '08 at 11:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.