diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index a830d81af..3b9629f7f 100644 --- a/docs/4.0/getting-started/options.md +++ b/docs/4.0/getting-started/options.md @@ -12,8 +12,8 @@ Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can {% highlight scss %} // Your variable overwrite first or a Sass file containing the modifications -$body-bg: #000000; -$body-color: #ffffff; +$body-bg: #000; +$body-color: #111; // Then import Bootstrap @import "node_modules/bootstrap/scss/bootstrap"; |
