]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Small typos, closes #34249
authorMark Otto <markdotto@gmail.com>
Sat, 19 Jun 2021 23:30:31 +0000 (16:30 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 19 Jun 2021 23:30:31 +0000 (16:30 -0700)
scss/_variables.scss

index 75d126d7baa08b4e3d0ae21d0189ab8a317a859e..06dfa4a4dd09bbc241c61bd18a41e536b9ff0ddc 100644 (file)
@@ -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;