From 047fe5699cb6587c17301a4f89695af4a81de619 Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Thu, 3 Sep 2015 17:36:33 +1000 Subject: [PATCH] Document img-responsive to img-fluid change from #17166 --- docs/migration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migration.md b/docs/migration.md index 7331c85cc7..c2cc5d4f5c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -54,6 +54,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - `.dl-horizontal` now requires grid classes, increasing flexbility in column widths. - Custom `
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. +### Images + +- Renamed `.img-responsive` to `.img-fluid`. + ### Tables - Nearly all instances of the `>` selector have been removed, meaning nested tables will now automatically inherit styles from their parents. This greatly simplifies our selectors and potential customizations.