Skip to content

Instantly share code, notes, and snippets.

@Mamboleoo
Created May 14, 2018 08:14
Show Gist options
  • Save Mamboleoo/2711f3009239fbe8b811112d57b527d0 to your computer and use it in GitHub Desktop.
Save Mamboleoo/2711f3009239fbe8b811112d57b527d0 to your computer and use it in GitHub Desktop.
@mixin spacing($type: 'xl', $property: 'margin-top') {
#{$property}: map-get($margins, $type);
#{$property}: var(--margin-#{$type});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment