UNPKG

elemental

Version:
15 lines (11 loc) 222 B
// // Sizing shortcuts // ============================== // Gratefully taken from https://github.com/twbs/bootstrap .size(@width; @height) { height: @height; width: @width; } .square(@size) { .size(@size; @size); }