Skip to content

Commit 34db122

Browse files
committed
Small typos, closes #34249
1 parent d16a799 commit 34db122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberati
422422
$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;
423423
$font-family-code: var(--#{$variable-prefix}font-monospace) !default;
424424

425-
// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins
426-
// $font-size-base effects the font size of the body text
425+
// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins
426+
// $font-size-base affects the font size of the body text
427427
$font-size-root: null !default;
428428
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
429429
$font-size-sm: $font-size-base * .875 !default;

0 commit comments

Comments
 (0)