vote up 6 vote down star
4

I changed the html multiple times,but without deleting the related css specification.

And now there are quite some useless css there.

Is there an efficient solution to grep all them?

flag

40% accept rate
1  
Firebug isn't enough? www.getfirebug.com – Macarse Sep 19 at 16:47

4 Answers

vote up 5 vote down check

There's an excellent plugin for FireFox called DustMe that you can try.

link|flag
vote up 0 vote down

If I recall correctly DreamWeaver has that functionality.

link|flag
vote up -1 vote down

Get firebug, and then you can see what's redundant and try getting rid of css rules and see if it makes a difference!

link|flag
It will take lots of time. – Cem Kalyoncu Sep 19 at 16:51
@cemkalyoncu, cleaning code always takes a lot of time. That's why there's so much messy code out there: people don't take the time. – Elizabeth Buckwalter Sep 19 at 17:17
vote up 0 vote down

Google search turned up some tools:

Dust Me
Detecting Unused CSS Selectors

link|flag

Your Answer

Get an OpenID
or

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