aboutsummaryrefslogtreecommitdiff
path: root/scss/_reboot.scss
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2020-04-10 20:31:58 +0200
committerGitHub <[email protected]>2020-04-10 20:31:58 +0200
commitbcdd8fbc0767115c204325363dcfc008eb4db76f (patch)
tree5fdf135f4890ce05077d1a06bee836a003e7cdcc /scss/_reboot.scss
parent8fe162d67abe0396665f7c1df1788634b3efc8bb (diff)
downloadbootstrap-bcdd8fbc0767115c204325363dcfc008eb4db76f.tar.xz
bootstrap-bcdd8fbc0767115c204325363dcfc008eb4db76f.zip
Use custom properties for font-stacks (#30509)
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 488c0676d..e7a1f2a11 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -283,7 +283,7 @@ pre,
code,
kbd,
samp {
- font-family: $font-family-monospace;
+ font-family: var(--font-family-monospace);
@include font-size(1em); // Correct the odd `em` font sizing in all browsers.
}