@mixin column-count($setting) {
	-webkit-column-count: $setting;
	-moz-column-count: $setting;
	column-count: $setting;
}