From: Shohei Yoshida Date: Wed, 5 Dec 2018 11:40:59 +0000 (+0900) Subject: Add quotes according to the stylelint rule (#27771) X-Git-Tag: v4.2.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850d99bb13b895b83a860c38092755253ceb5b4a;p=thirdparty%2Fbootstrap.git Add quotes according to the stylelint rule (#27771) --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 988624451b..947b354881 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -275,7 +275,7 @@ $embed-responsive-aspect-ratios: join( // Font, line-height, and color for body text, headings, and more. // stylelint-disable value-keyword-case -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default; // stylelint-enable value-keyword-case