summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/media.css
blob: f4183d9a07b09f58dec09aeb8a0965691d9802e0 (plain)
1
2
3
4
5
@media screen and (max-width: 480px) {
	.abc {
		background: red;
	}
}