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