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