Skip to content

Instantly share code, notes, and snippets.

@magicspon
Created November 21, 2014 15:40
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 magicspon/e8fd3b148410ca43127a to your computer and use it in GitHub Desktop.
Save magicspon/e8fd3b148410ca43127a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
@function sprite-spacing($sprite, $property: width, $excess: 0) {
$ext: if($property == width, 5, 6);
// 5 == width
// 6 == height
$spacing: nth($sprite, 5);
@return $spacing + $excess;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment