// Sizing shortcuts

#size(@width, @height: @width) {
	width: @width;
	height: @height;
	#deprecate("`#size()`", "v4.3.0", "v5");
}
