7 lines
98 B
SCSS
Raw Normal View History

2017-09-14 20:06:51 +02:00
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
}