aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}