$list: (a b c);
nth($list, 1)  // starts with 1
length($list)
@each $item in $list { ... }
Comments