aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/media-empty-class.css
blob: d2f22d5f178897fdc9052a27887ab07ff179bfa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*! preserved */
emptiness {}

@import "another.css";
/* I'm empty - delete me */
empty { ;}

@media print {
	.noprint { display: none; }
}

@media screen {
	/* this rule should be removed, not simply minified.*/
	.breakme {}
	.printonly { display: none; }
}