diff options
| author | Shohei Yoshida <[email protected]> | 2018-12-05 20:40:59 +0900 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2018-12-05 12:40:59 +0100 |
| commit | 850d99bb13b895b83a860c38092755253ceb5b4a (patch) | |
| tree | 06e315b5eaa4a3888af0c0a56d5d8ad22211bb05 | |
| parent | 37f74c70702c4e90e12f062e63358cb64670eb01 (diff) | |
| download | bootstrap-850d99bb13b895b83a860c38092755253ceb5b4a.tar.xz bootstrap-850d99bb13b895b83a860c38092755253ceb5b4a.zip | |
Add quotes according to the stylelint rule (#27771)
| -rw-r--r-- | scss/_variables.scss | 2 |
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 |
