aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-04 19:59:50 -0800
committerMark Otto <[email protected]>2012-11-04 19:59:50 -0800
commit34880e3ef569c7ed8116f033bedb038129dd304b (patch)
tree0c7dc07e7c70881581af7d090b79ce2984a763be
parentee93541421e41f3a9589f9c945ef4a6614f48b4b (diff)
downloadbootstrap-34880e3ef569c7ed8116f033bedb038129dd304b.tar.xz
bootstrap-34880e3ef569c7ed8116f033bedb038129dd304b.zip
Fixes #5596: switch vars in .size mixin
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 8058acb01..d41262e07 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;
}