aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHerst <[email protected]>2017-09-08 13:46:29 +0200
committerMark Otto <[email protected]>2017-09-09 17:02:42 -0700
commit187fb4d01044a6a94dc318007d7e03a16012d3de (patch)
tree21490a5356919c8fab87c8539fc8f7c539bcae9b /docs
parent5da8ff61ad6dbe080f32f1bdc999466f247a3f7e (diff)
downloadbootstrap-187fb4d01044a6a94dc318007d7e03a16012d3de.tar.xz
bootstrap-187fb4d01044a6a94dc318007d7e03a16012d3de.zip
Mention removal of contextual progress bar classes
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 6c1bf14fc..f6849ff08 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -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.