mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Merge pull request #12957 from BBosman/rename-mixin
Fix transition-timing-function mixin
This commit is contained in:
commit
0b06d5969b
@ -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…
x
Reference in New Issue
Block a user