blob: a8be65089606863ad878173e951b62fb387daf52 [file] [log] [blame]
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}