Created
May 24, 2016 06:24
-
-
Save alxpsr/91aae1e537a98ef2a49d5f457f678206 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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