DEBSOURCES
Skip Quicknav
sources / twitter-bootstrap3 / 3.4.1%2Bdfsg-6 / less / mixins / size.less
12345678910
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }