1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Add new .bg-body utility class (#29511)

This commit is contained in:
Mark Otto
2019-10-10 11:18:19 -07:00
committed by XhmikosR
parent 133e0c8c9a
commit b3451ff258
2 changed files with 2 additions and 0 deletions

View File

@@ -410,6 +410,7 @@ $utilities: map-merge(
values: map-merge(
$theme-colors,
(
body: $body-bg,
white: $white,
transparent: transparent
)