From b3451ff258fad12e0803d3c4c0331230748720b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Oct 2019 11:18:19 -0700 Subject: [PATCH] Add new .bg-body utility class (#29511) --- scss/_utilities.scss | 1 + site/content/docs/4.3/migration.md | 1 + 2 files changed, 2 insertions(+) diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 4864ec6640..ad91d2d2b4 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 ) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index d6a2b5e178..4b98e096d6 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -134,6 +134,7 @@ Badges were overhauled to better differentiate themselves from buttons and to be - Renamed `.text-monospace` to `.font-monospace` - Decreased the number of responsive order utilities per breakpoint. The highest order utility with a number now is `.order-5` instead of `.order-12`. [See #28874](https://github.com/twbs/bootstrap/pull/28874). - New `line-height` utilities: `.lh-1`, `.lh-sm`, `.lh-base` and `.lh-lg`. See [here]({{< docsref "/utilities/text#line-height" >}}). +- Added `.bg-body` for quickly setting the ``'s background to additional elements. - **Todo:** Drop `.text-hide` as it's an antiquated method for hiding text that shouldn't be used anymore - **Todo:** Split utilities into property-value utility classes and helpers