@function set-border($color: $color-border, $width: $border-width, $style: solid) {
  @return $width $style $color;
}
