@import "../style/mixins";

@mixin ssv-badge-variant($options: ()) {
	background-color: map-get($options, color);
	color: map-get($options, color-contrast);
}