Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created November 3, 2016 22:02
Show Gist options
  • Save lynndylanhurley/72a7607e94b25967c446faa46eefdf79 to your computer and use it in GitHub Desktop.
Save lynndylanhurley/72a7607e94b25967c446faa46eefdf79 to your computer and use it in GitHub Desktop.
@each $type in (facebook, flickr, google-plus, linkedin, tumblr, twitter, vimeo, youtube) {
.#{$type}-icon {
background-image: url('./img/#{$type}.png');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment