1 2 3 4 5 6 7
.cw-action-widget { @each $name, $icon in $button-icons { &-#{$name} button { @include icon(before, $icon); } } }