Skip to content

Instantly share code, notes, and snippets.

@lisasy
Last active December 21, 2015 22:08
Show Gist options
  • Save lisasy/6372717 to your computer and use it in GitHub Desktop.
Save lisasy/6372717 to your computer and use it in GitHub Desktop.
Declaring same left and right padding of an element.
@mixin vertical-padding($value) {
padding-left: $value;
padding-right: $value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment