/*
 * 2.0 - Size
 * @include (100px);
 */

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