aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-06 16:45:57 -0800
committerMark Otto <[email protected]>2016-02-06 16:45:57 -0800
commitb03684d04c143b59509bf626f065a331dcf8bd15 (patch)
tree54084f8e90f15bae47b9291ca39e2abab5b3e512 /docs/migration.md
parent1285ec34fa9b5c2649cbb5b15de13ccfd1b14926 (diff)
parent442277ddce7a254d0b20aecaf88c2adbf437eb38 (diff)
downloadbootstrap-b03684d04c143b59509bf626f065a331dcf8bd15.tar.xz
bootstrap-b03684d04c143b59509bf626f065a331dcf8bd15.zip
Merge pull request #19102 from twbs/v4-center-utils
v4: Drop .center-block for new-ish .m-x-auto
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 45f290dcb..774dd1166 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -156,6 +156,7 @@ Dropped entirely for the new card component.
- 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
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.