@import "_variables"; @import "_mixins"; @each $item in $brands { .btn-#{nth($item, 1)}-inversed { @include btn-inversed( #{nth($item, 2)} ); } }