Skip to content

Commit

Permalink
Rename properties
Browse files Browse the repository at this point in the history
  • Loading branch information
BBosman committed Mar 7, 2014
1 parent fe0d595 commit 55b639e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@

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

0 comments on commit 55b639e

Please sign in to comment.