.foo {
  @each $item in (a: 1, b: 2, c: 3) {
    each: $item;
  }
}
