mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add new .bg-body utility class (#29511)
This commit is contained in:
parent
133e0c8c9a
commit
b3451ff258
2 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,7 @@ $utilities: map-merge(
|
||||||
values: map-merge(
|
values: map-merge(
|
||||||
$theme-colors,
|
$theme-colors,
|
||||||
(
|
(
|
||||||
|
body: $body-bg,
|
||||||
white: $white,
|
white: $white,
|
||||||
transparent: transparent
|
transparent: transparent
|
||||||
)
|
)
|
||||||
|
|
|
@ -134,6 +134,7 @@ Badges were overhauled to better differentiate themselves from buttons and to be
|
||||||
- Renamed `.text-monospace` to `.font-monospace`
|
- 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).
|
- 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" >}}).
|
- 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 `<body>`'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:** 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
|
- **Todo:** Split utilities into property-value utility classes and helpers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue