Skip to content

Instantly share code, notes, and snippets.

@bluespore
Last active December 14, 2015 10:08
Show Gist options
  • Save bluespore/5069447 to your computer and use it in GitHub Desktop.
Save bluespore/5069447 to your computer and use it in GitHub Desktop.
Sass - Create Sprite Element
@mixin spr($width, $height, $x, $y){
width:$width;
height:$height;
background-position:$x $y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment