Skip to content

Instantly share code, notes, and snippets.

@zastrow
Created June 17, 2019 13:44
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/bb8efb084d98f0b364817bbbb84bfc80 to your computer and use it in GitHub Desktop.
Save zastrow/bb8efb084d98f0b364817bbbb84bfc80 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