From: Mark Otto Date: Mon, 5 Nov 2012 03:59:50 +0000 (-0800) Subject: Fixes #5596: switch vars in .size mixin X-Git-Tag: v3.0.0-rc1~889 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34880e3ef569c7ed8116f033bedb038129dd304b;p=thirdparty%2Fbootstrap.git Fixes #5596: switch vars in .size mixin --- diff --git a/less/mixins.less b/less/mixins.less index 8058acb019..d41262e071 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -43,7 +43,7 @@ // Sizing shortcuts // ------------------------- -.size(@height, @width) { +.size(@width, @height) { width: @width; height: @height; }