Skip to content

Commit

Permalink
Fixes #5596: switch vars in .size mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 5, 2012
1 parent ee93541 commit 34880e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

// Sizing shortcuts
// -------------------------
.size(@height, @width) {
.size(@width, @height) {
width: @width;
height: @height;
}
Expand Down

0 comments on commit 34880e3

Please sign in to comment.