aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 15:41:14 -0800
committerMark Otto <[email protected]>2016-02-06 15:41:30 -0800
commitb72e4ed8d675fe197d3ebdd69225eaecdd62e02e (patch)
treecd6b3d31e6cd37566093f9bee94939996dc50221 /docs
parentc59dbe56fe07cadf4ad09659d65d7090a07f2fbb (diff)
downloadbootstrap-b72e4ed8d675fe197d3ebdd69225eaecdd62e02e.tar.xz
bootstrap-b72e4ed8d675fe197d3ebdd69225eaecdd62e02e.zip
add note to migration docs
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index acab25c02..05f15a28f 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.