typography.wp.scss 214B

123456789101112
  1. // Windows Typography
  2. // --------------------------------------------------
  3. @each $color-name, $color-base, $color-contrast in get-colors($colors-wp) {
  4. .text-wp-#{$color-name} {
  5. color: $color-base;
  6. }
  7. }