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

Fixes #5596: switch vars in .size mixin

parent ee935414
......@@ -43,7 +43,7 @@
// Sizing shortcuts
// -------------------------
.size(@height, @width) {
.size(@width, @height) {
width: @width;
height: @height;
}
......
Markdown is supported
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