Merge pull request #12957 from BBosman/rename-mixin

Fix transition-timing-function mixin
This commit is contained in:
Mark Otto 2014-03-07 01:15:33 -08:00
commit 0b06d5969b
1 changed files with 2 additions and 2 deletions

View File

@ -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)