Fixes #5596: switch vars in .size mixin

This commit is contained in:
Mark Otto 2012-11-04 19:59:50 -08:00
parent ee93541421
commit 34880e3ef5

View File

@ -43,7 +43,7 @@
// Sizing shortcuts
// -------------------------
.size(@height, @width) {
.size(@width, @height) {
width: @width;
height: @height;
}