Skip to content

Commit

Permalink
Fix --bs-form-check-bg definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Dec 11, 2022
1 parent ab38210 commit fd3da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.form-check-input {
--#{$prefix}form-check-bg: #{escape-svg($form-check-input-bg)};
--#{$prefix}form-check-bg: #{$form-check-input-bg};

width: $form-check-input-width;
height: $form-check-input-width;
Expand Down

0 comments on commit fd3da4e

Please sign in to comment.