aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 14:54:57 -0700
committerGitHub <[email protected]>2016-10-09 14:54:57 -0700
commit821f7193676fae66b1065168b650ffd18fd87a6c (patch)
treec924822f48d8ace8c989ba587eb61c8c441c5a23 /docs/migration.md
parentb6fe0d45a4faf80fb98a21d638ca5551e2117c9c (diff)
parent6c867667a19dcb1243153855d00e36e5ecd599d0 (diff)
downloadbootstrap-821f7193676fae66b1065168b650ffd18fd87a6c.tar.xz
bootstrap-821f7193676fae66b1065168b650ffd18fd87a6c.zip
Merge pull request #20684 from twbs/v4-utils
v4: The Utilities Update
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index c25d98277..5e7236f8a 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -184,9 +184,9 @@ Dropped entirely for the new card component.
### Utilities
-- 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 `.float-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats and removed `.pull-left` and `.pull-right` since they're redundant to `.float-xs-left` and `.float-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.