aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/semicolons.css
blob: ba28e8cab40650743777d19ea8221390b9462608 (plain)
1
2
3
4
5
6
7
8
9
10
.all-the-properties {
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	position: absolute;
	overflow: hidden;
}

.missing-semicolon-on-last-row {
	color: red;
	background-color: blue;
}