Last active
July 2, 2016 10:48
-
-
Save talgautb/9831073 to your computer and use it in GitHub Desktop.
Stylus mixin: create social links on site
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
.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