PHP Classes

File: public/vendors/bootstrap/scss/mixins/_text-emphasis.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/mixins/_text-emphasis.scss   Download  
File: public/vendors/bootstrap/scss/mixins/_text-emphasis.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 474 bytes
 

Contents

Class file image Download
// 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); }