0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

minor docs content tweaks to fix #18997

This commit is contained in:
Mark Otto 2016-11-26 18:39:51 -08:00
parent d50fc038c5
commit b2bf8294a0

View 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: