Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_text.scss « utilities « scss - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba775ee8d87f16e3ffd129d30e506af4e2e5d7d6 (plain)
1
2
3
4
5
6
7
//
// Text
//

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