diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:58:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:58:40 -0800 |
| commit | 442277ddce7a254d0b20aecaf88c2adbf437eb38 (patch) | |
| tree | 5ab9ab53de4f743141e6a94a96f735ae046e5f79 /docs/migration.md | |
| parent | b72e4ed8d675fe197d3ebdd69225eaecdd62e02e (diff) | |
| parent | 856e21757431ca6c1bbe9e183708ec7174fa73a1 (diff) | |
| download | bootstrap-442277ddce7a254d0b20aecaf88c2adbf437eb38.tar.xz bootstrap-442277ddce7a254d0b20aecaf88c2adbf437eb38.zip | |
Merge branch 'v4-dev' into v4-center-utils
Diffstat (limited to 'docs/migration.md')
| -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 05f15a28f..774dd1166 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -154,8 +154,8 @@ Dropped entirely for the new card component. ### Utilities -- 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`. +- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats and removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right`. +- Added responsive variations to our text alignment classes `.text-{xs,sm,md,lg,xl}-{left,center,right}` and removed the redundant `.text-{left,center,right}` utilities as they are the same as the `xs` variation. - Dropped `.center-block` for the new `.m-x-auto` class. ### Vendor prefix mixins |
