- Include your css file into any html file.
- In console execute the following code:
Array.prototype.forEach.call(document.styleSheets[0].cssRules,function(a){console.log(a.selectorText)})
- In the console will be the listing of all css tags used in your stylesheet.