Skip to content

Commit

Permalink
Remove duplicate definition of --bs-highlight-bg in scss/_root.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Jan 6, 2023
1 parent 9c1aa67 commit 1c05a88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
Expand Down

0 comments on commit 1c05a88

Please sign in to comment.