aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-26 00:54:10 -0700
committerMark Otto <[email protected]>2016-09-26 00:54:10 -0700
commit3dc4b3647ce2b27b0216fe8103253ffe9633fde9 (patch)
treeed483b5663b93e5d72d2adf0049d981babae8204 /docs/migration.md
parent6181cf9d5d49f12fbff8cd63418828c36e76fd7e (diff)
downloadbootstrap-3dc4b3647ce2b27b0216fe8103253ffe9633fde9.tar.xz
bootstrap-3dc4b3647ce2b27b0216fe8103253ffe9633fde9.zip
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
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 30ac6ee9c..779e7d229 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -180,7 +180,7 @@ 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 `.mx-auto` class.