@import '../../mixins/lozenge/main';

@each $theme in map-keys($myft-lozenge-themes) {
	.n-myft-follow-button#{getThemeModifier($theme)} {
		@include myftLozengeToggleButton($theme);
	}
}
