diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index f6849ff08..5a63988cb 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -221,7 +221,7 @@ Dropped entirely for the new card component. ### 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"`. +- Replaced contextual `.progress-bar-*` classes with `.bg-*` utilities. For example, `class="progress-bar progress-bar-danger"` becomes `class="progress-bar bg-danger"`. ### Carousel |
