I've recently (manually) removed a ton of unused CSS from a website, but it looks like I went a little over aggressive.
What is a good way to audit the html and javascript to determine which style definitions are missing from the CSS?
To clarify for @Paulie_D and others, I am looking for a way to find classes in the HTML and Javascript that ARE NOT in the CSS files.