diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
| commit | 548834e87f9e91c6e885d695deda55efc06dacf1 (patch) | |
| tree | 42a42157264bc0b120a3c12a20d3932f630bba90 /docs/migration.md | |
| parent | 23d7b7fe429762847871c3ce8679922dd600e3c9 (diff) | |
| parent | a8dc4812a49d8467e8642abb510b523a9a51cd48 (diff) | |
| download | bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.tar.xz bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.zip | |
Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 5 |
1 files changed, 5 insertions, 0 deletions
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: |
