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

Add docs callout for utilities that don't respond to color modes

This commit is contained in:
Mark Otto
2023-01-16 15:50:08 -08:00
committed by Mark Otto
parent a799f0149a
commit 436de310ba
3 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ toc: true
Similar to the contextual text color classes, set the background of an element to any contextual class. Background utilities **do not set `color`**, so in some cases you'll want to use `.text-*` [color utilities]({{< docsref "/utilities/colors" >}}).
{{< callout info >}}
Background utilities like `.bg-*` that generated from our original `$theme-colors` Sass map don't yet respond to color modes, howver, any `.bg-*-subtle` utility will. This will be resolved in v6.
{{< /callout >}}
{{< example >}}
{{< colors.inline >}}
{{- range (index $.Site.Data "theme-colors") }}