diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:56:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:56:33 -0800 |
| commit | 856e21757431ca6c1bbe9e183708ec7174fa73a1 (patch) | |
| tree | c13b24ef964f1ae17b8aefed551cf97f37b2b016 /docs | |
| parent | 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 (diff) | |
| download | bootstrap-856e21757431ca6c1bbe9e183708ec7174fa73a1.tar.xz bootstrap-856e21757431ca6c1bbe9e183708ec7174fa73a1.zip | |
migration notes for the text utils changes
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 acab25c02..45f290dcb 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. ### Vendor prefix mixins Bootstrap 3's [vendor prefix](http://webdesign.about.com/od/css/a/css-vendor-prefixes.htm) mixins, which were deprecated in v3.2.0, have been removed in Bootstrap 4. Since we use [Autoprefixer](https://github.com/postcss/autoprefixer), they're no longer necessary. |
