1
0
Fork 0
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:
Moris Zen Pasic 2017-09-21 19:44:13 +02:00 committed by Johann-S
parent bc2db58b73
commit 4cfe228151

View file

@ -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";