Skip to content

Instantly share code, notes, and snippets.

@dfranciosi
Created January 27, 2012 14:43
Show Gist options
  • Save dfranciosi/1689108 to your computer and use it in GitHub Desktop.
Save dfranciosi/1689108 to your computer and use it in GitHub Desktop.
@mixin icon_sprite($name, $xpos) {
&.icon_#{$name} {
background-position: $xpos -32px;
&:hover {
background-position: $xpos 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment