diff options
| author | Mark Otto <[email protected]> | 2017-10-22 22:36:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-22 22:36:10 -0700 |
| commit | 51740592268007bba3a7ae0bcaa76886e5e88e7b (patch) | |
| tree | 75b73527389f1698d853a060d98db40f46adf3cd /docs | |
| parent | 7b7c10aae838fd300e172309653cc8b85c6cdfeb (diff) | |
| download | bootstrap-51740592268007bba3a7ae0bcaa76886e5e88e7b.tar.xz bootstrap-51740592268007bba3a7ae0bcaa76886e5e88e7b.zip | |
fixes #23695
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 1d18fb1b8..b12c73362 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -231,6 +231,7 @@ Dropped entirely for the new card component. ### Progress - Replaced contextual `.progress-bar-*` classes with `.bg-*` utilities. For example, `class="progress-bar progress-bar-danger"` becomes `class="progress-bar bg-danger"`. +- Replaced `.active` for animated progress bars with `.progress-bar-animated`. ### Carousel |
