1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-04 17:21:38 +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 ca74fc29fd
commit c0f88d638a
44 changed files with 33 additions and 135 deletions

View File

@@ -86,9 +86,7 @@ For more information, see the [ARIA Authoring Practices Guide breadcrumb pattern
### Variables
<AddedIn version="5.2.0" />
As part of Bootstraps evolving CSS variables approach, breadcrumbs now use local CSS variables on `.breadcrumb` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
<CSSVariables component="Breadcrumbs" className="breadcrumb" />
<ScssDocs name="breadcrumb-css-vars" file="scss/_breadcrumb.scss" />