aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-07 01:15:33 -0800
committerMark Otto <[email protected]>2014-03-07 01:15:33 -0800
commit0b06d5969ba7d154b844f604ac020da6ba85b2a2 (patch)
treea10f3b39d7f5d464ac49bffbd28bc655fcda86e2
parente25dacba149e23490da0028954be4ec3c1ded8a3 (diff)
parent55b639e928754eff2fd04caf214ed4c52f3009e0 (diff)
downloadbootstrap-0b06d5969ba7d154b844f604ac020da6ba85b2a2.tar.xz
bootstrap-0b06d5969ba7d154b844f604ac020da6ba85b2a2.zip
Merge pull request #12957 from BBosman/rename-mixin
Fix transition-timing-function mixin
-rw-r--r--less/mixins.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 0abac7fbb..eee5865ca 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -152,8 +152,8 @@
// Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4)
.transition-timing-function(@timing-function) {
- -webkit-animation-timing-function: @timing-function;
- animation-timing-function: @timing-function;
+ -webkit-transition-timing-function: @timing-function;
+ transition-timing-function: @timing-function;
}
// Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4)