diff options
| author | vsn4ik <[email protected]> | 2015-12-01 01:01:02 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2015-12-01 01:01:02 +0300 |
| commit | 81e0295098f8e9abc6214f1b2eccbafe55386232 (patch) | |
| tree | 266f6670e3ae2dcc2fd33ae7ea3195c7418f52ee /docs | |
| parent | 17d15959d58517e6cea218e9f909b3ef21a8acd5 (diff) | |
| download | bootstrap-81e0295098f8e9abc6214f1b2eccbafe55386232.tar.xz bootstrap-81e0295098f8e9abc6214f1b2eccbafe55386232.zip | |
Fix classes for responsive floats in migration
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 4 |
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 |
