summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/css/semicolons.css
blob: 8a086176382f35da6dff34ed85844bb36a7b29cf (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;
}