I have a big CSS styles sheet, (about 6500 lines). Is there any way to determine which rules do NOT apply in a given page, (firefox plugin, a web util, or something) ?

Thanks!

PD: Using Firebug I can find which rules apply, but I can't find which rules don't apply.

link|improve this question
feedback

2 Answers

up vote 12 down vote accepted

Firefox, add extension Dust-Me Selectors. It does just that

link|improve this answer
Perfect! A lot of thanks! – jävi Apr 27 '09 at 8:21
this is only for the viewed page, not the entire project/solution/website – balexandre May 18 '11 at 13:21
feedback

In the FireFox add-on, Firebug, CSS rules which are overridden by other rules are crossed out.

link|improve this answer
I wanted to find which rules do not apply due to unmatched selectors, not due to overriden rules. Dust-Me does it! Thanks anyway! – jävi Apr 28 '09 at 7:44
No problem. The use of firebug may help readers of this question anyway. – Jon Winstanley Apr 29 '09 at 20:08
feedback

Your Answer

 
or
required, but never shown