From: vsn4ik Date: Mon, 30 Nov 2015 22:01:02 +0000 (+0300) Subject: Fix classes for responsive floats in migration X-Git-Tag: v4.0.0-alpha.2~83^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F18388%2Fhead;p=thirdparty%2Fbootstrap.git Fix classes for responsive floats in migration See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce] --- diff --git a/docs/migration.md b/docs/migration.md index 1e6b55a9c2..0d1fd52116 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