aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_text.scss
blob: ba775ee8d87f16e3ffd129d30e506af4e2e5d7d6 (plain)
1
2
3
4
5
6
7
//
// Text
//

@each $color, $value in $theme-colors {
  @include text-emphasis-variant(".text-#{$color}", $value);
}