mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-21 13:29:00 +01:00
Fixes #5596: switch vars in .size mixin
This commit is contained in:
parent
ee93541421
commit
34880e3ef5
@ -43,7 +43,7 @@
|
||||
|
||||
// Sizing shortcuts
|
||||
// -------------------------
|
||||
.size(@height, @width) {
|
||||
.size(@width, @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user