bd1c5c28ee
Merge commit 'a9f62a15cdc6528b804d214325488ba52c619313' as 'externals/fmt'
10 lines
127 B
Text
10 lines
127 B
Text
// Sizing shortcuts
|
|
|
|
.size(@width; @height) {
|
|
width: @width;
|
|
height: @height;
|
|
}
|
|
|
|
.square(@size) {
|
|
.size(@size; @size);
|
|
}
|