Stuart
10/30/2018 - 2:04 AM

For loops

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