'List CSS classes getting used from a particular file in a project
Is there any handy utility/tool present to find out, a list of CSS classes getting used from a CSS file in the entire project (angular-project for example)?
I am working on an angular project and because of some reason, I want to remove one CSS file project. That CSS file is containing more than 150+ classes so manually searching for each class will be too much work.
So I am looking for a tool that can help in finding out the list of CSS classes getting used from that file. So that I can remove it.
Also, I cannot use the browser coverage tool because it won't be possible to load all the modules. It will be nice to tackle at the build/compile level
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
