aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-10-10 11:18:19 -0700
committerXhmikosR <[email protected]>2019-10-10 21:18:19 +0300
commitb3451ff258fad12e0803d3c4c0331230748720b8 (patch)
treedbe64afaf2f59e6c180f606bed17ca9998fb61fa /scss
parent133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f (diff)
downloadbootstrap-b3451ff258fad12e0803d3c4c0331230748720b8.tar.xz
bootstrap-b3451ff258fad12e0803d3c4c0331230748720b8.zip
Add new .bg-body utility class (#29511)
Diffstat (limited to 'scss')
-rw-r--r--scss/_utilities.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index 4864ec664..ad91d2d2b 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -410,6 +410,7 @@ $utilities: map-merge(
values: map-merge(
$theme-colors,
(
+ body: $body-bg,
white: $white,
transparent: transparent
)