Skip to content

Instantly share code, notes, and snippets.

@lisasy
Created March 2, 2014 23:39
Show Gist options
  • Save lisasy/9315717 to your computer and use it in GitHub Desktop.
Save lisasy/9315717 to your computer and use it in GitHub Desktop.
_equal-gutter.scss
@mixin equal-gutter($direction: top, $value: 1em) {
padding-#{$direction}: $value;
margin-#{$direction}: $value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment