All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs._sass.bootstrap.mixins._text-emphasis.scss Maven / Gradle / Ivy

There is a newer version: 2.0.1-alpha.8
Show newest version
// Typography

// [converter] $parent hack
@mixin text-emphasis-variant($parent, $color) {
  #{$parent} {
    color: $color;
  }
  a#{$parent}:hover,
  a#{$parent}:focus {
    color: darken($color, 10%);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy