2015-03-12 10:44:39 +10:00

11 lines
127 B
Plaintext
Executable File
Vendored

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