@function list_contains($list, $var) {
	@return not(index($list, $var) == null);
}