summaryrefslogtreecommitdiff
path: root/scss/tests/files/kronuz/reversed-for.scss
blob: c7edb899bebbd1bea997c164a5ddc65befabeca1 (plain)
1
2
3
4
5
6
7
@option style:legacy;

@for $i from 5 through 1 {
	div.l#{$i} {
		width: 10px + $i;
	}
}