Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created August 26, 2016 20:38
Show Gist options
  • Select an option

  • Save ryanve/a037c813dabf42b2055e0045a4ab185b to your computer and use it in GitHub Desktop.

Select an option

Save ryanve/a037c813dabf42b2055e0045a4ab185b to your computer and use it in GitHub Desktop.
sass border side mixin
@mixin border($side: null) {
#{if($side, border-#{$side}, border)}: 2px solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment