mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-06 03:34:02 +00:00
git-subtree-dir: externals/fmt git-subtree-split: 398343897f98b88ade80bbebdcbe82a36c65a980
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
// Sizing shortcuts
|
|
|
|
.size(@width; @height) {
|
|
width: @width;
|
|
height: @height;
|
|
}
|
|
|
|
.square(@size) {
|
|
.size(@size; @size);
|
|
}
|