0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

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

View File

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