Skip to content

Instantly share code, notes, and snippets.

@alxpsr
Created May 24, 2016 06:24
Show Gist options
  • Save alxpsr/91aae1e537a98ef2a49d5f457f678206 to your computer and use it in GitHub Desktop.
Save alxpsr/91aae1e537a98ef2a49d5f457f678206 to your computer and use it in GitHub Desktop.
@each $icon-name, $icon-pos-x in $icon-map-position-x {
&--#{$icon-name} {
background-position: $icon-pos-x 38px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment