diff options
| author | Mark Otto <[email protected]> | 2021-06-19 16:30:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-06-19 16:30:31 -0700 |
| commit | 34db122ecce249c81a519dbcb4caf42dac58460e (patch) | |
| tree | 005f25aba79903c88e7b988d575dfe934c6d1976 | |
| parent | d16a799217281e79a4fe7679e3aa15612161dc8f (diff) | |
| download | bootstrap-34db122ecce249c81a519dbcb4caf42dac58460e.tar.xz bootstrap-34db122ecce249c81a519dbcb4caf42dac58460e.zip | |
Small typos, closes #34249
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 75d126d7b..06dfa4a4d 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; |
