Skip to content

Commit

Permalink
Mention .list-inline-item change in the migration guide
Browse files Browse the repository at this point in the history
Fixes twbs#18813
Closes twbs#20187

[skip sauce]
  • Loading branch information
judetucker authored and cvrebert committed Jun 28, 2016
1 parent 288bd07 commit a21ff40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Dropped `.page-header` as, aside from the border, all it's styles can be applied via utilities.
- `.dl-horizontal` has been dropped. Instead, use `.row` on `<dl>` and use grid column classes (or mixins) on its `<dt>` and `<dd>` children.
- Custom `<blockquote>` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier.
- `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.

### Images

Expand Down

0 comments on commit a21ff40

Please sign in to comment.