Created
July 10, 2012 04:01
-
-
Save darren131/3080923 to your computer and use it in GitHub Desktop.
more compass sprites
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
// making use of width/height magic selectors | |
.icon-giant-killer-bear { | |
$width: icons-sprite-width(giant-killer-bear); | |
$height: icons-sprite-height(giant-killer-bear); | |
@include icons-sprite(giant-killer-bear); | |
@include size($width, $height); | |
margin: 0 4px 0 0; | |
vertical-align: text-bottom; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment