@import "var";

@each $name, $color in $text-colors {
  .text-#{$name} {
    color: $color;
  }
}
