1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

View file

@ -152,8 +152,8 @@
// Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4) // Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4)
.transition-timing-function(@timing-function) { .transition-timing-function(@timing-function) {
-webkit-animation-timing-function: @timing-function; -webkit-transition-timing-function: @timing-function;
animation-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) // Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4)