@for $i from 1 through 9 {
  .font-color-0#{$i} {
    @include text-gray($i / 10)
  }
}
