f56134e
click here to add a description
click here to add a homepage
YUI Compressor — Read more
http://developer.yahoo.com/yui/compressor/
This URL has Read+Write access
Add failing test case ref 2495396 In 2.4.2, the construct doesn't break as badly, but it still doesn't remove the empty rule like it should.
@@ -0,0 +1,9 @@
+@media print {
+ .noprint { display: none; }
+}
+
+@media screen {
+ /* this rule should be removed, not simply minified.*/
+ .breakme {}
+ .printonly { display: none; }
\ No newline at end of file
@@ -0,0 +1 @@
+@media print{.noprint{display:none}}@media screen{.printonly{display:none}}
f56134ef56134e