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:
commit
0b06d5969b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue