1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02: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";