Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-03-12 08:27:58 +0300
committerGitHub <noreply@github.com>2022-03-12 08:27:58 +0300
commit7c966f584889c6dfb0f1a70dd1757b2d237a68a0 (patch)
treee706e72d3ec329f80123f58eed31aac27dc5f530 /site/content/docs/5.1/components/buttons.md
parent1936e0c5eaa7f8f2d89ec1ac863aa73130fb69b1 (diff)
Convert added in badges to shortcode (#36007)
Diffstat (limited to 'site/content/docs/5.1/components/buttons.md')
-rw-r--r--site/content/docs/5.1/components/buttons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/buttons.md b/site/content/docs/5.1/components/buttons.md
index 59a013a734..7f400df1a1 100644
--- a/site/content/docs/5.1/components/buttons.md
+++ b/site/content/docs/5.1/components/buttons.md
@@ -242,7 +242,7 @@ buttons.forEach(function (button) {
### Variables
-<small class="d-inline-flex px-2 py-1 fw-semibold text-success bg-success bg-opacity-10 rounded-2">Added in v5.2.0</small>
+{{< added-in "5.2.0" >}}
As part of Bootstrap's evolving CSS variables approach, buttons now use local CSS variables on `.btn` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.