Possible Duplicate:
How to clean up styles in a large web site?
I usually mockup directly with html/css, and over time get some hard-to-find css artifacts. Not generating errors, but simply waste of space.
Is there any tool/browser-plugin to find css-artifacts, (rules that's never get applied on the page).
//EDIT//
I guess "rules" is somewhat vague, I'm talking about non-existant id's and classes, not single css-attributes.
regards,