How to track used CSS class in HTML that doesn't exist in CSS file?

I have an HTML file that uses several classes in a CSS file. Is there a way to quickly track classes that are not in the CSS file? I need to define them in order to add them to the CSS file.

+3
source share

All Articles