aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorjudetucker <[email protected]>2016-06-27 14:14:26 -0700
committerChris Rebert <[email protected]>2016-06-27 23:20:01 -0700
commita21ff400689c393e8d4e87c9ade3dbd073b31665 (patch)
tree06715812d3ae540b1cfc8d34dcf6b293b36600a9 /docs/migration.md
parent288bd07a36788efe1ff494a2a489e27f3b6c6e87 (diff)
downloadbootstrap-a21ff400689c393e8d4e87c9ade3dbd073b31665.tar.xz
bootstrap-a21ff400689c393e8d4e87c9ade3dbd073b31665.zip
Mention .list-inline-item change in the migration guide
Fixes #18813 Closes #20187 [skip sauce]
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index b8da6a968..21217ab70 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -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