UNPKG

bootstrap

Version:

The most popular front-end framework for developing responsive, mobile first projects on the web.

11 lines (8 loc) 127 B
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }