Remove duplicate definition of `--bs-highlight-bg` in `scss/_root.scss`

This commit is contained in:
Julien Déramond 2023-01-05 22:10:22 +01:00 committed by Mark Otto
parent 9c1aa67597
commit 1c05a887ea
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@
--#{$prefix}form-control-disabled-bg: var(--#{$prefix}secondary-bg); --#{$prefix}form-control-disabled-bg: var(--#{$prefix}secondary-bg);
// scss-docs-end form-control-vars // scss-docs-end form-control-vars
--#{$prefix}highlight-bg: #{$mark-bg};
@each $name, $value in $grid-breakpoints { @each $name, $value in $grid-breakpoints {
--#{$prefix}breakpoint-#{$name}: #{$value}; --#{$prefix}breakpoint-#{$name}: #{$value};
} }