@function lighten-to($color, $to) {
	@return hsla(hue($color), saturation($color), $to, alpha($color));
}
