aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-05 22:01:50 -0800
committerMark Otto <[email protected]>2016-02-05 22:01:50 -0800
commitba8ad7c5b5cf49281c234f6cbe408307dd4b1624 (patch)
treeaf7c5a87583943ec87b0dead3a1065a41f5a227f /docs
parentf6831e4d4f146b97c5a7047f1ae170b4f2dea1d1 (diff)
parentc33783814bf3d8ac7f67a54dc816460dc1bd5bf3 (diff)
downloadbootstrap-ba8ad7c5b5cf49281c234f6cbe408307dd4b1624.tar.xz
bootstrap-ba8ad7c5b5cf49281c234f6cbe408307dd4b1624.zip
Merge pull request #19086 from twbs/migration-vendor-prefix-mixins
Add migration guidance regarding vendor prefix mixins
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index ee3e37235..beb3ff581 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -147,6 +147,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: