@for $i from 1 through 4 {
    .item-#{$i} { left: 20px * $i; }
}
Comments