0

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,

Community
  • 1
  • 1
Teson
  • 6,644
  • 8
  • 46
  • 69

1 Answers1

1

you can use

Dust-Me Selectors

Find unused CSS An Add-on for FireFox

also online tool on

http://unused-css.com/

cc4re
  • 4,821
  • 3
  • 20
  • 27
  • will evaluate this as well as https://addons.mozilla.org/en-US/firefox/addon/css-usage/, thanks. – Teson Sep 21 '12 at 07:20