Quote:
Originally Posted by theducks
Tools: Reports: Look at Style Classes and Style Rules
|
This gives the same result. When different elements/selectors use classes with the same name in the html, but only one of the classes is defined in the css, the report (both style classes and style rules) show that no unused class exist.
You have to go through all classes in the style classes report to check, if each class appearing in the html has a corresponding definition in the css.
I've now switched to Sigil. The Sigil report gives a better overview of the used/defined classes. So far, it does not provide an automatic deletion of unused classes, but there seems to be some work on implementing this tool.