mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Changed hex values to follow bootstrap coding guidelines
This commit is contained in:
parent
bc2db58b73
commit
4cfe228151
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue