Skip to content

Commit

Permalink
Merge pull request #17187 from kkirsche/patch-31
Browse files Browse the repository at this point in the history
v4 - Document migration from panels to cards
  • Loading branch information
mdo committed Aug 24, 2015
2 parents 19deadd + bcc16d0 commit 80435ee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with

Dropped entirely for the new card component.

#### Panels

- `.panel` to `.card`
- `.panel-default` removed and no replacement
- `.panel-heading` to `.card-header`
- `.panel-title` to `.card-title`
- `.panel-body` to `.card-block`
- `.panel-footer` to `.card-footer`
- `.panel-primary` to `.card-primary` and `.card-inverse`
- `.panel-success` to `.card-success` and `.card-inverse`
- `.panel-info` to `.card-info` and `.card-inverse`
- `.panel-warning` to `.card-warning` and `.card-inverse`
- `.panel-danger` to `.card-danger` and `.card-inverse`

### Carousel

- Renamed `.item` to `.carousel-item`.
Expand Down

0 comments on commit 80435ee

Please sign in to comment.