You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/migration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
132
132
- Moved all `.text-` utilities to the `_utilities.scss` file.
133
133
- Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities.
134
134
-`.dl-horizontal` has been dropped. Instead, use `.row` on `<dl>` and use grid column classes (or mixins) on its `<dt>` and `<dd>` children.
135
-
-Custom `<blockquote>`styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier.
135
+
-Redesigned blockquotes, moving their styles from the `<blockquote>`element to a single class, `.blockquote`. Dropped the `.blockquote-reverse` modifier for text utilities.
136
136
-`.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.
0 commit comments