mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
7 lines
98 B
SCSS
7 lines
98 B
SCSS
// Sizing shortcuts
|
|
|
|
@mixin size($width, $height: $width) {
|
|
width: $width;
|
|
height: $height;
|
|
}
|