mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Keep string representation in --bs-body-font-family (#37526)
This commit is contained in:
parent
f2e15458da
commit
abdd3fef1f
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
@if $font-size-root != null {
|
||||
--#{$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);
|
||||
--#{$prefix}body-font-weight: #{$font-weight-base};
|
||||
--#{$prefix}body-line-height: #{$line-height-base};
|
||||
|
|
|
|||
Loading…
Reference in a new issue