From: Mark Otto Date: Mon, 23 Oct 2017 05:36:10 +0000 (-0700) Subject: fixes #23695 X-Git-Tag: v4.0.0-beta.3~173^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51740592268007bba3a7ae0bcaa76886e5e88e7b;p=thirdparty%2Fbootstrap.git fixes #23695 --- 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