mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fixes #5596: switch vars in .size mixin
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
// Sizing shortcuts
|
// Sizing shortcuts
|
||||||
// -------------------------
|
// -------------------------
|
||||||
.size(@height, @width) {
|
.size(@width, @height) {
|
||||||
width: @width;
|
width: @width;
|
||||||
height: @height;
|
height: @height;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user