From e9412e7fe4e35ca096854d95c0d21d2c0452628d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Mar 2018 11:16:54 -0800 Subject: [PATCH] Update blockquote migration docs to reflect #22949 Fixes #25669, closes #25779. --- docs/4.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 52fd7e55c541..f0cacc4c1de4 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -132,7 +132,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version - Moved all `.text-` utilities to the `_utilities.scss` file. - Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities. - `.dl-horizontal` has been dropped. Instead, use `.row` on `
` and use grid column classes (or mixins) on its `
` and `
` children. -- Custom `
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. +- Redesigned blockquotes, moving their styles from the `
` element to a single class, `.blockquote`. Dropped the `.blockquote-reverse` modifier for text utilities. - `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them. ### Images