Reputation:
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.
Upvotes: 8
Views: 458
Reputation: 23311
In the FireFox add-on, Firebug, CSS rules which are overridden by other rules are crossed out.
Upvotes: 0