2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+2 -2
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";