]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #5596: switch vars in .size mixin
authorMark Otto <otto@github.com>
Mon, 5 Nov 2012 03:59:50 +0000 (19:59 -0800)
committerMark Otto <otto@github.com>
Mon, 5 Nov 2012 03:59:50 +0000 (19:59 -0800)
less/mixins.less

index 8058acb019893762580f38814e6499e1e057bb1b..d41262e071b2ed5eea6572f0f183706aa5ccdf7f 100644 (file)
@@ -43,7 +43,7 @@
 
 // Sizing shortcuts
 // -------------------------
-.size(@height, @width) {
+.size(@width, @height) {
   width: @width;
   height: @height;
 }