mirror of https://github.com/twbs/bootstrap.git
Keep string representation in `--bs-body-font-family` (#37526)
This commit is contained in:
parent
f2e15458da
commit
abdd3fef1f
|
@ -39,7 +39,7 @@
|
||||||
@if $font-size-root != null {
|
@if $font-size-root != null {
|
||||||
--#{$prefix}root-font-size: #{$font-size-root};
|
--#{$prefix}root-font-size: #{$font-size-root};
|
||||||
}
|
}
|
||||||
--#{$prefix}body-font-family: #{$font-family-base};
|
--#{$prefix}body-font-family: #{inspect($font-family-base)};
|
||||||
@include rfs($font-size-base, --#{$prefix}body-font-size);
|
@include rfs($font-size-base, --#{$prefix}body-font-size);
|
||||||
--#{$prefix}body-font-weight: #{$font-weight-base};
|
--#{$prefix}body-font-weight: #{$font-weight-base};
|
||||||
--#{$prefix}body-line-height: #{$line-height-base};
|
--#{$prefix}body-line-height: #{$line-height-base};
|
||||||
|
|
Loading…
Reference in New Issue