Created
May 14, 2018 08:14
-
-
Save Mamboleoo/2711f3009239fbe8b811112d57b527d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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