Files
Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11:00

11 lines
127 B
Plaintext

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