2016-07-21 15:35:23 +03:00

11 lines
127 B
Plaintext
Executable File
Vendored

// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}