]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix classes for responsive floats in migration 18388/head
authorvsn4ik <vsn4ik@gmail.com>
Mon, 30 Nov 2015 22:01:02 +0000 (01:01 +0300)
committervsn4ik <vsn4ik@gmail.com>
Mon, 30 Nov 2015 22:01:02 +0000 (01:01 +0300)
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726

[skip sauce]

docs/migration.md

index 1e6b55a9c248c91725024bfc534b453eaab690a1..0d1fd521163b501499310ab2b6d1dcde5df2ee37 100644 (file)
@@ -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