aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Yoshida <[email protected]>2018-12-05 20:40:59 +0900
committerMartijn Cuppens <[email protected]>2018-12-05 12:40:59 +0100
commit850d99bb13b895b83a860c38092755253ceb5b4a (patch)
tree06e315b5eaa4a3888af0c0a56d5d8ad22211bb05
parent37f74c70702c4e90e12f062e63358cb64670eb01 (diff)
downloadbootstrap-850d99bb13b895b83a860c38092755253ceb5b4a.tar.xz
bootstrap-850d99bb13b895b83a860c38092755253ceb5b4a.zip
Add quotes according to the stylelint rule (#27771)
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 988624451..947b35488 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