Created
June 17, 2019 13:43
-
-
Save zastrow/d398b5ef8e6a472c13d9854537f05c65 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
@for $space from 0 through $spacing-limit { | |
$value: $space + rem; | |
.util-pad { | |
@include spacing-loop("padding", $space, $value); | |
} | |
.util-margin { | |
@include spacing-loop("margin", $space, $value); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment