@for $i from 1 through 5 {
	.z-index-#{$i} {
		z-index: $i;
	}
}