Commit 55b639e9 authored by Bas Bosman's avatar Bas Bosman
Browse files

Rename properties

parent fe0d5959
4 merge requests!28721Hot test,!12957Fix transition-timing-function mixin,!22103test,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
...@@ -152,8 +152,8 @@ ...@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment