We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--bs-body-font-family
1 parent f2e1545 commit abdd3feCopy full SHA for abdd3fe
scss/_root.scss
@@ -39,7 +39,7 @@
39
@if $font-size-root != null {
40
--#{$prefix}root-font-size: #{$font-size-root};
41
}
42
- --#{$prefix}body-font-family: #{$font-family-base};
+ --#{$prefix}body-font-family: #{inspect($font-family-base)};
43
@include rfs($font-size-base, --#{$prefix}body-font-size);
44
--#{$prefix}body-font-weight: #{$font-weight-base};
45
--#{$prefix}body-line-height: #{$line-height-base};
0 commit comments