Mention removal of contextual progress bar classes
This commit is contained in:
parent
5da8ff61ad
commit
187fb4d010
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@ Dropped entirely for the new card component.
|
|||
- `.panel-footer` to `.card-footer`
|
||||
- `.panel-primary`, `.panel-success`, `.panel-info`, `.panel-warning`, and `.panel-danger` have been dropped for `.bg-`, `.text-`, and `.border` utilities generated from our `$theme-colors` Sass map.
|
||||
|
||||
### Progress
|
||||
|
||||
- Contextual `.progress-bar-*` classes dropped as `.bg-*` can be used for this, e.g. `class="progress-bar progress-bar-danger"` becomes `class="progress-bar bg-danger"`.
|
||||
|
||||
### Carousel
|
||||
|
||||
- Overhauled the entire component to simplify design and styling. We have fewer styles for you to override, new indicators, and new icons.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue