Stuart
10/30/2018 - 2:07 AM

Lists

$list: (a b c);

nth($list, 1)  // starts with 1
length($list)

@each $item in $list { ... }