Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Forked from zastrow/spacing-system-5.scss
Last active July 29, 2019 13:54
Show Gist options
  • Save shopifypartners/a3e530ca8f2a9bfa935c91f53afd5660 to your computer and use it in GitHub Desktop.
Save shopifypartners/a3e530ca8f2a9bfa935c91f53afd5660 to your computer and use it in GitHub Desktop.
@for $space from 0 through $spacing-limit {
$value: $space + rem;
.util-pad {
}
.util-margin {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment