diff options
| author | Chris Rebert <[email protected]> | 2016-02-04 20:38:46 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-04 20:38:46 -0800 |
| commit | c33783814bf3d8ac7f67a54dc816460dc1bd5bf3 (patch) | |
| tree | c46b71ebb5b1495f78dd4951ab29851d6b910b16 /docs | |
| parent | 040522ce7ab5ba3ec4a0f026c586c397c01b5087 (diff) | |
| download | bootstrap-c33783814bf3d8ac7f67a54dc816460dc1bd5bf3.tar.xz bootstrap-c33783814bf3d8ac7f67a54dc816460dc1bd5bf3.zip | |
Add migration guidance regarding vendor prefix mixins
Refs #19080
Diffstat (limited to 'docs')
| -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 effbc90a5..9cc310dcc 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -151,6 +151,11 @@ Dropped entirely for the new card component. - 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` +### 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. + +Removed the following mixins: `animation`, `animation-delay`, `animation-direction`, `animation-duration`, `animation-fill-mode`, `animation-iteration-count`, `animation-name`, `animation-timing-function`, `backface-visibility`, `box-sizing`, `content-columns`, `hyphens`, `opacity`, `perspective`, `perspective-origin`, `rotate`, `rotateX`, `rotateY`, `scale`, `scaleX`, `scaleY`, `skew`, `transform-origin`, `transition-delay`, `transition-duration`, `transition-property`, `transition-timing-function`, `transition-transform`, `translate`, `translate3d`, `user-select` + ## Documentation Our documentation received an upgrade across the board as well. Here's the low down: |
