aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-30 16:06:23 -0800
committerChris Rebert <[email protected]>2015-11-30 16:06:23 -0800
commit79c3dfec7a370e24ced4bd6cb49d8607dc7fb7f4 (patch)
tree266f6670e3ae2dcc2fd33ae7ea3195c7418f52ee /docs
parent17d15959d58517e6cea218e9f909b3ef21a8acd5 (diff)
parent81e0295098f8e9abc6214f1b2eccbafe55386232 (diff)
downloadbootstrap-79c3dfec7a370e24ced4bd6cb49d8607dc7fb7f4.tar.xz
bootstrap-79c3dfec7a370e24ced4bd6cb49d8607dc7fb7f4.zip
Merge pull request #18388 from vsn4ik/v4-dev-fix-responsive-classes-migration
Fix classes for responsive floats in migration
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 1e6b55a9c..0d1fd5211 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -130,8 +130,8 @@ Dropped entirely for the new card component.
### Utilities
-- Added `.pull-{left,right,none}-{xs,sm,md,lg,xl}` classes for responsive floats
-- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-left-xs` and `.pull-right-xs`
+- 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`
## Documentation