Home / app-example / src / main / webapp / vendors / bootstrap / less / mixins / size.less
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }