jävi
jävi

Reputation:

Find CSS not applied rules

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

Answers (2)

Jon Winstanley
Jon Winstanley

Reputation: 23311

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

Upvotes: 0

Miquel
Miquel

Reputation: 4829

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

Upvotes: 15

Related Questions