Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created June 17, 2019 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zastrow/d398b5ef8e6a472c13d9854537f05c65 to your computer and use it in GitHub Desktop.
Save zastrow/d398b5ef8e6a472c13d9854537f05c65 to your computer and use it in GitHub Desktop.
@for $space from 0 through $spacing-limit {
$value: $space + rem;
.util-pad {
@include spacing-loop("padding", $space, $value);
}
.util-margin {
@include spacing-loop("margin", $space, $value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment