terribleMia’s avatarterribleMia’s Twitter Archive—№ 3,599

  1. LibSass maps and the "each" loop, a hack: each $key in map-keys($map) { $value: map-get($map, $key); // … } #SassConf14