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