1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

Remove added badges from docs pages (#41694)

* Remove added badges from docs pages

* Remove AddedIn
This commit is contained in:
Mark Otto
2025-08-27 20:13:31 -07:00
committed by Mark Otto
parent d896635927
commit 482c38a49a
44 changed files with 33 additions and 135 deletions

View File

@@ -153,9 +153,7 @@ The striped gradient can also be animated. Add `.progress-bar-animated` to `.pro
### Variables
<AddedIn version="5.2.0" />
As part of Bootstraps evolving CSS variables approach, progress bars now use local CSS variables on `.progress` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
<CSSVariables component="Progress" className="progress" />
<ScssDocs name="progress-css-vars" file="scss/_progress.scss" />