Sha256: 086a83b7cb032de86a0f29bd5bba73d2ebe958bebec967fa0b757de01b0a1589

Contents?: true

Size: 474 Bytes

Versions: 227

Compression:

Stored size: 474 Bytes

Contents

// stylelint-disable declaration-no-important

// Typography

@mixin text-emphasis-variant($parent, $color, $ignore-warning: false) {
  #{$parent} {
    color: $color !important;
  }
  @if $emphasized-link-hover-darken-percentage != 0 {
    a#{$parent} {
      @include hover-focus() {
        color: darken($color, $emphasized-link-hover-darken-percentage) !important;
      }
    }
  }
  @include deprecate("`text-emphasis-variant()`", "v4.4.0", "v5", $ignore-warning);
}

Version data entries

227 entries across 227 versions & 17 rubygems

Version Path
devops4lib-jekyll-theme-conference-0.0.1 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.6 _sass/bootstrap/mixins/_text-emphasis.scss
bootstrap-4.6.2.1 assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.5 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.4 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.3 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.2 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.1 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-centos-0.9.20221031122647 _sass/bootstrap/mixins/_text-emphasis.scss
bootstrap-4.6.2 assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
nex-bootstrap-4.6.3 assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-centos-0.9.20220805132206 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-apcsp-1.1.0 _sass/bootstrap/scss/mixins/_text-emphasis.scss
jekyll-theme-conference-3.6.0 _sass/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-centos-0.9.20220227231551 _sass/bootstrap/mixins/_text-emphasis.scss
viniBaxter-desk_front-300.0.12 lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.5.0 _sass/bootstrap/mixins/_text-emphasis.scss
viniBaxter-desk_front-300.0.11 lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-emphasis.scss
jekyll-theme-conference-3.4.1 _sass/bootstrap/mixins/_text-emphasis.scss