Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Forked from zastrow/spacing-system-6.scss
Last active July 29, 2019 14:01
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 shopifypartners/4e516093c61b4cfeaefed37ffef0d21d to your computer and use it in GitHub Desktop.
Save shopifypartners/4e516093c61b4cfeaefed37ffef0d21d 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