// Sizing shortcuts // @import "_deprecate"; @mixin size($width, $height: $width) { width: $width; height: $height; // @include deprecate("`size()`", "v4.3.0", "v5"); }