I came across a bit of an issue at work recently - if some CSS in a large codebase gets altered as part of ongoing development, how can we find out what the affect on the website may be? How do we know where the classes are being used?

It’s possible to get a list of classes from git log, then pass those into Element Finder to search the codebase for uses of those selectors.

The script can be viewed here.