Quote:
Originally Posted by mcdummy
So far, it does not provide an automatic deletion of unused classes, but there seems to be some work on implementing this tool.
|
I will be astonished if they do. You cannot in general conclude a class is unused if it exists in any selector. For a trivial example:
This rule will not match <p class="center"> but the class is still used, since the elements that selector matches will change if you remove the class.