Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created November 22, 2016 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanve/f395c0a1eacef4bd9c96f18a19765385 to your computer and use it in GitHub Desktop.
Save ryanve/f395c0a1eacef4bd9c96f18a19765385 to your computer and use it in GitHub Desktop.
Sass mixin to join borders such that element meld together
@mixin border-join($side) {
border-#{$side}: 0;
border-top-#{$side}-radius: 0;
border-bottom-#{$side}-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment