]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
minor docs content tweaks to fix #18997
authorMark Otto <markdotto@gmail.com>
Sun, 27 Nov 2016 02:39:51 +0000 (18:39 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 27 Nov 2016 02:39:51 +0000 (18:39 -0800)
docs/getting-started/options.md

index 81c9c92fcf93920d423aabb6b857267147f37697..82d0dfa65f511e03e9445d90339f0d4ad24c6b46 100644 (file)
@@ -9,7 +9,7 @@ Customize Bootstrap 4 with our built-in custom variables file and easily toggle
 
 ## Customizing variables
 
-Bootstrap 4 ships with a `_custom.scss` file for easy variable overrides. Copy and paste relevant lines from `_variables.scss` into the custom file and recompile your Sass to change our default values. **Be sure to remove the `!default` flag from override values.**
+Bootstrap 4 ships with a `_custom.scss` file for easy overriding of default variables in `_variables.scss`. Copy and paste relevant lines from `_variables.scss` into the custom file, modify the values, and recompile your Sass to change our default values. **Be sure to remove the `!default` flag from override values.**
 
 For example, to change out the `background-color` and `color` for the `<body>`, you'd do the following: