Skip to content

Commit

Permalink
feat(utilities): add .border-4 and .border-5
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jul 5, 2023
1 parent ca97b12 commit e5d0e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,9 @@ $border-width: .125rem !default;
$border-widths: (
1: $border-width * .5,
2: $border-width,
3: $border-width * 1.5
3: $border-width * 1.5,
4: $border-width * 2,
5: $border-width * 2.5
) !default;
$border-style: solid !default;
$border-color: $black !default; // Boosted mod
Expand Down

0 comments on commit e5d0e5a

Please sign in to comment.