From: Mark Otto Date: Sat, 19 Jun 2021 23:30:31 +0000 (-0700) Subject: Small typos, closes #34249 X-Git-Tag: v5.0.2~12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=34db122ecce249c81a519dbcb4caf42dac58460e;p=thirdparty%2Fbootstrap.git Small typos, closes #34249 --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 75d126d7ba..06dfa4a4dd 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -422,8 +422,8 @@ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberati $font-family-base: var(--#{$variable-prefix}font-sans-serif) !default; $font-family-code: var(--#{$variable-prefix}font-monospace) !default; -// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins -// $font-size-base effects the font size of the body text +// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins +// $font-size-base affects the font size of the body text $font-size-root: null !default; $font-size-base: 1rem !default; // Assumes the browser default, typically `16px` $font-size-sm: $font-size-base * .875 !default;