Skip to content

Commit

Permalink
changed the name of mixin for translate
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmesq committed Aug 31, 2012
1 parent 46181fe commit e27adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
transition: @target @duration @ease;
}

.transformTranslate(@x: 0, @y: 0){
.translate(@x: 0, @y: 0){
-webkit-transform: translate( @x , @y );
-moz-transform: translate( @x , @y );
-o-transform: translate( @x , @y );
Expand Down

0 comments on commit e27adb5

Please sign in to comment.