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:
@@ -4,10 +4,6 @@ description: Documentation and examples for using Bootstrap custom progress bars
|
||||
toc: true
|
||||
---
|
||||
|
||||
<Callout>
|
||||
**New markup in v5.3.0 —** We’ve 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 what’s 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 don’t 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.
|
||||
|
Reference in New Issue
Block a user