Skip to content

Instantly share code, notes, and snippets.

@talgautb
Last active July 2, 2016 10:48
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 talgautb/9831073 to your computer and use it in GitHub Desktop.
Save talgautb/9831073 to your computer and use it in GitHub Desktop.
Stylus mixin: create social links on site
.icon
display: inline-block
vertical-align: middle
width: 30px
height: @width
background-position center
background-repeat no-repeat
for $icon in vk tw fb ok
.icon--{$icon}
background-image: url('../img/icons/'+$icon+'.png')
&:hover
background-image: url('../img/icons/'+$icon+'--hover.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment