1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Docs: use 'added' page information to display a tag on top of the pages (#37341)

This commit is contained in:
Julien Déramond
2022-10-25 20:11:08 +02:00
committed by GitHub
parent fb4ec53e9a
commit ec68f3d26d
2 changed files with 6 additions and 5 deletions

View File

@@ -9,8 +9,6 @@ added: "5.2"
## Overview
{{< added-in "5.2.0" >}}
Color and background helpers combine the power of our [`.text-*` utilities]({{< docsref "/utilities/colors" >}}) and [`.bg-*` utilities]({{< docsref "/utilities/background" >}}) in one class. Using our Sass `color-contrast()` function, we automatically determine a contrasting `color` for a particular `background-color`.
{{< callout warning >}}