remove unused CSS rules
I just noticed that when there is an unused class sometimes it will not be removed. Is that because it is in a comma series?
ol, .someunusedclass, ul {
font: 0.75em/1.2 "Ubuntu";
background-color: khaki;
display: inline-block;
width: 100%;
}
Best regards, Pop
|