mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
fixes #21072: clarify location of variables file (and avoid linking to a file that will be broken depending on the branch name)
This commit is contained in:
parent
9749bab4ce
commit
4c807de7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 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.**
|
||||
Bootstrap 4 ships with a `_custom.scss` file for easy overriding of default variables in `/scss/_variables.scss`. Copy and paste relevant lines from there into the `_custom.scss` 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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue