Skip to content

Instantly share code, notes, and snippets.

@akella
Last active December 13, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akella/4986096 to your computer and use it in GitHub Desktop.
Save akella/4986096 to your computer and use it in GitHub Desktop.
loop
a{
display: inline-block;
vertical-align: top;
@extend %hide-text;
//loop thru icons
@each $social in fb, vk, gp, rss{
&.social__#{$social}{
@include sized-sprite($icons, f-#{$social});
&:hover{@include sized-sprite($icons, f-#{$social}_hover);}
&:active{@include sized-sprite($icons, f-#{$social}_active);}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment