Borders

Change border width globally and for border utilities.

SCSS:

$border-width: 5px;
$border-widths: (
  0: 0,
  1: 2px,
  2: 4px,
  3: 6px,
  4: 8px,
  5: 10px
);

Alert

Border utilities

.border-1
.border-2
.border-3
.border-4
.border-5