How can I see what CSS properties are not found/applied by Chrome? (If any other browser can do the trick, I am fine with it. Chrome is my first preference.)
If I have
<div class="myClass">
and I don't have myClass in my CSS file, I would like Chrome to log an error or warning.
I know about the element inspector which works fine for manually looking at individual elements. I want something that can scan the entire DOM and point out any missing CSS.