Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Forked from zastrow/spacing-system-9.scss
Created July 29, 2019 14:03
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/7c07b6b857f3089c5ffcf80871e5d00b to your computer and use it in GitHub Desktop.
Save shopifypartners/7c07b6b857f3089c5ffcf80871e5d00b to your computer and use it in GitHub Desktop.
@mixin spacing-loop($property, $space, $value) {
@each $poskey, $posvalue in $spacing-key {
&-#{$poskey}-#{$space} {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment