]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Keep string representation in `--bs-body-font-family` (#37526)
authorchris <git.cd@mediadreams.de>
Mon, 21 Nov 2022 22:22:27 +0000 (23:22 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Nov 2022 22:22:27 +0000 (23:22 +0100)
scss/_root.scss

index d9355b38ef6dec8e7ea3f90ef1c230e402b01779..60e15152fe1a6cb7245c5396070f1b0e24a28912 100644 (file)
@@ -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};