5 lines
70 B
Text
5 lines
70 B
Text
@for $i from 1 through 3 {
|
|
.item-#{$i} {
|
|
width: 2em * $i;
|
|
}
|
|
}
|