i4way-dash/.svn/pristine/be/be8be9a5ea4045c0c6fae1c4a9a...

11 lines
127 B
Plaintext

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