@mixin lh($h,$lh: $h) {
	height: $h;
	line-height: $lh;
}

@mixin wh($w,$h: $w){
	width: $w;
	height: $h;
}