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 <markdotto@gmail.com>2021-11-17 06:01:30 +0300
committerMark Otto <otto@github.com>2022-02-11 06:51:23 +0300
commit7e71fe7bae443f6a7cabac6422514c45601f8b4e (patch)
tree123349ee86779880273f5b723a3827b5a5376544 /site/content/docs
parentd3babf7d7f684daf2fb53491b3b03c3d77fdaada (diff)
Convert .badge to CSS variables
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.1/components/badge.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/badge.md b/site/content/docs/5.1/components/badge.md
index de80d3b27a..751871bea2 100644
--- a/site/content/docs/5.1/components/badge.md
+++ b/site/content/docs/5.1/components/badge.md
@@ -86,8 +86,16 @@ Use the `.rounded-pill` utility class to make badges more rounded with a larger
{{< /badge.inline >}}
{{< /example >}}
-## Sass
+## CSS
### Variables
+<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.3.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.
+
+{{< scss-docs name="badge-css-vars" file="scss/_badge.scss" >}}
+
+### Sass variables
+
{{< scss-docs name="badge-variables" file="scss/_variables.scss" >}}