diff options
| author | Mark Otto <[email protected]> | 2022-02-10 16:19:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-10 19:51:23 -0800 |
| commit | a7942190c746b4aeefc5e7680cb396b1885670aa (patch) | |
| tree | 7f2222ef4a181d92e3a99444f9e9cb898963e654 | |
| parent | f2d33b2a1e5c69c67c5601d782923152aafa7661 (diff) | |
| download | bootstrap-a7942190c746b4aeefc5e7680cb396b1885670aa.tar.xz bootstrap-a7942190c746b4aeefc5e7680cb396b1885670aa.zip | |
Bump version callout
| -rw-r--r-- | site/content/docs/5.1/components/badge.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/badge.md b/site/content/docs/5.1/components/badge.md index 751871bea..183203168 100644 --- a/site/content/docs/5.1/components/badge.md +++ b/site/content/docs/5.1/components/badge.md @@ -90,7 +90,7 @@ Use the `.rounded-pill` utility class to make badges more rounded with a larger ### Variables -<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.3.0</small> +<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.2.0</small> As part of Bootstrap's evolving CSS variables approach, buttons now use local CSS variables on `.badge` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. |
