From a8dc4812a49d8467e8642abb510b523a9a51cd48 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 25 Nov 2015 02:32:41 -0800 Subject: Add responsive float classes; fixes #13690 --- docs/migration.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index 9ee4449fd..1e6b55a9c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -128,6 +128,11 @@ Dropped entirely for the new card component. - Renamed `.item` to `.carousel-item`. +### 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` + ## Documentation Our documentation received an upgrade across the board as well. Here's the low down: -- cgit v1.2.3