Commit 34880e3e authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #5596: switch vars in .size mixin

parent ee935414
Showing with 1 addition and 1 deletion
+1 -1
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
// Sizing shortcuts // Sizing shortcuts
// ------------------------- // -------------------------
.size(@height, @width) { .size(@width, @height) {
width: @width; width: @width;
height: @height; height: @height;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment