2017-09-13 07:52:34 +02:00

7 lines
98 B
SCSS
Vendored

// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}