// Color


@each $color, $value in $grays {
    .text-gray-#{$color} {
      color: $value !important;
    }
  }