From: Mark Otto Date: Sat, 6 Feb 2016 23:41:14 +0000 (-0800) Subject: add note to migration docs X-Git-Tag: v4.0.0-alpha.3~303^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b72e4ed8d675fe197d3ebdd69225eaecdd62e02e;p=thirdparty%2Fbootstrap.git add note to migration docs --- diff --git a/docs/migration.md b/docs/migration.md index acab25c020..05f15a28f6 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -154,8 +154,9 @@ Dropped entirely for the new card component. ### Utilities -- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats -- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right` +- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats. +- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right`. +- Dropped `.center-block` for the new `.m-x-auto` class. ### Vendor prefix mixins Bootstrap 3's [vendor prefix](http://webdesign.about.com/od/css/a/css-vendor-prefixes.htm) mixins, which were deprecated in v3.2.0, have been removed in Bootstrap 4. Since we use [Autoprefixer](https://github.com/postcss/autoprefixer), they're no longer necessary.