diff options
| author | Mark Otto <[email protected]> | 2017-06-30 14:55:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 15:23:36 -0700 |
| commit | 150d686a30402b78635d85741e22c0e012b634df (patch) | |
| tree | 93ebcd0d1012bc113715145b707d05eea56bc540 /docs | |
| parent | 6af449f645ab31fc5b9d2f4c4a062d4400662a6b (diff) | |
| download | bootstrap-150d686a30402b78635d85741e22c0e012b634df.tar.xz bootstrap-150d686a30402b78635d85741e22c0e012b634df.zip | |
migration guide updated
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index f82bb4aef..b95c4d35e 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -201,11 +201,7 @@ Dropped entirely for the new card component. - `.panel-title` to `.card-title`. Depending on the desired look, you may also want to use [heading elements or classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/content/typography/#headings) (e.g. `<h3>`, `.h3`) or bold elements or classes (e.g. `<strong>`, `<b>`, [`.font-weight-bold`]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/#font-weight-and-italics)). Note that `.card-title`, while similarly named, produces a different look than `.panel-title`. - `.panel-body` to `.card-body` - `.panel-footer` to `.card-footer` -- `.panel-primary` to `.card-primary` and `.card-dark` (or use `.bg-primary` on `.card-header`) -- `.panel-success` to `.card-success` and `.card-dark` (or use `.bg-success` on `.card-header`) -- `.panel-info` to `.card-info` and `.card-dark` (or use `.bg-info` on `.card-header`) -- `.panel-warning` to `.card-warning` and `.card-dark` (or use `.bg-warning` on `.card-header`) -- `.panel-danger` to `.card-danger` and `.card-dark` (or use `.bg-danger` on `.card-header`) +- `.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. ### Carousel |
