summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/scss/semicolons.scss
blob: a4a56043d55b4e92ca85715ff5168683404e2b8b (plain)
1
2
3
4
5
6
7
8
9
.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
}