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

Clean up deprecated Sass (#41693)

* Remove all deprecated Sass variables and deprecation notices from docs components

* Fix linter error

* fix
This commit is contained in:
Mark Otto
2025-08-27 20:05:50 -07:00
committed by Mark Otto
parent 54fc9137a2
commit d896635927
14 changed files with 18 additions and 127 deletions

View File

@@ -4,10 +4,6 @@ description: Documentation and examples for using Bootstrap custom progress bars
toc: true
---
<Callout>
**New markup in v5.3.0 —** Weve deprecated the previous HTML structure for progress bars and replaced it with a more accessible one. The previous structure will continue to work until v6. [See whats changed in our migration guide.]([[docsref:/migration#improved-markup-for-progress-bars]])
</Callout>
## How it works
Progress components are built with two HTML elements, some CSS to set the width, and a few attributes. We dont use [the HTML5 `<progress>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress), ensuring you can stack progress bars, animate them, and place text labels over them.