mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 00:00:57 +00:00
Fixes #5596: switch vars in .size mixin
This commit is contained in:
parent
ee93541421
commit
34880e3ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
// Sizing shortcuts
|
||||
// -------------------------
|
||||
.size(@height, @width) {
|
||||
.size(@width, @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue