Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Created July 8, 2021 10:41
Show Gist options
  • Save abiriadev/c321065adfd39be53c9fa6ca26e1d504 to your computer and use it in GitHub Desktop.
Save abiriadev/c321065adfd39be53c9fa6ca26e1d504 to your computer and use it in GitHub Desktop.
scaffolding border code
@mixin bo($color: red, $width: 2px, $style: solid) {
border-color: $color;
border-width: $width;
border-style: $style;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment