aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-08 22:16:28 -0700
committerMark Otto <[email protected]>2016-09-08 22:16:28 -0700
commit0be876359ed4ed7c8a3d315a6ef9a04eede8d765 (patch)
treee581144cab3da2959274f18206c2f01a14fee50d /docs/migration.md
parentae784c9521101c391ecc98e906ddf18e6aeb459b (diff)
downloadbootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.tar.xz
bootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.zip
Update docs to use new spacing util class names
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 1fd28016a..30ac6ee9c 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -182,7 +182,7 @@ Dropped entirely for the new card component.
- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats and removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right`.
- Added responsive variations to our text alignment classes `.text-{xs,sm,md,lg,xl}-{left,center,right}` and removed the redundant `.text-{left,center,right}` utilities as they are the same as the `xs` variation.
-- Dropped `.center-block` for the new `.m-x-auto` class.
+- Dropped `.center-block` for the new `.mx-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.