Skip to content

Commit

Permalink
Remove duplicate $alert-*-scale Sass vars (#38674)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed May 31, 2023
1 parent c5f46b0 commit 9cc85fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1543,9 +1543,6 @@ $alert-margin-bottom: 1rem !default;
$alert-border-radius: var(--#{$prefix}border-radius) !default;
$alert-link-font-weight: $font-weight-bold !default;
$alert-border-width: var(--#{$prefix}border-width) !default;
$alert-bg-scale: -80% !default;
$alert-border-scale: -70% !default;
$alert-color-scale: 40% !default;
$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side
// scss-docs-end alert-variables

Expand Down

0 comments on commit 9cc85fd

Please sign in to comment.