@function border($border-width, $color: $bb-studio-light-gray, $border-style: solid) {
  @return #{$border-width}px #{$border-style} #{$color};
}
