From 68ddcec0571ed108b364f502cca105ffd0aee504 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 29 Aug 2019 11:10:06 +0300 Subject: theming.md: bring `:root` up to par with Scss. (#29323) Also, add a warning in _root.scss so that we don't miss it again. --- scss/_root.scss | 1 + site/docs/4.3/getting-started/theming.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_root.scss b/scss/_root.scss index ad550df3b4..8110030c64 100644 --- a/scss/_root.scss +++ b/scss/_root.scss @@ -1,3 +1,4 @@ +// Do not forget to update getting-started/theming.md! :root { // Custom variable values only support SassScript inside `#{}`. @each $color, $value in $colors { diff --git a/site/docs/4.3/getting-started/theming.md b/site/docs/4.3/getting-started/theming.md index f5c497c3a8..c52ca752b6 100644 --- a/site/docs/4.3/getting-started/theming.md +++ b/site/docs/4.3/getting-started/theming.md @@ -409,7 +409,7 @@ Here are the variables we include (note that the `:root` is required). They're l --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --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"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } {% endhighlight %} -- cgit v1.2.3