1 2 3 4 5 6 7
// // Text // @each $color, $value in $theme-colors { @include text-emphasis-variant(".text-#{$color}", $value); }