mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Rename properties
This commit is contained in:
parent
fe0d5959d2
commit
55b639e928
@ -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 New Issue
Block a user