From 51740592268007bba3a7ae0bcaa76886e5e88e7b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Oct 2017 22:36:10 -0700 Subject: [PATCH] fixes #23695 --- docs/4.0/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 1d18fb1b86..b12c733628 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 -- 2.47.2