Closed jaykay-design closed 7 years ago
the following CSS rule breaks when using SimpleCssMin:
.hoverable :hover span {foo:bar;}
is compressed to:
.hoverable:hover span {foo:bar;}
Any rule with a pseudo-class not attached to a class or element will break.
Closing as a pull request is open.
the following CSS rule breaks when using SimpleCssMin:
.hoverable :hover span {foo:bar;}
is compressed to:
.hoverable:hover span {foo:bar;}
Any rule with a pseudo-class not attached to a class or element will break.