JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "_background-variant.scss"

Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/select2/docs/_sass/vendor/bootstrap/mixins/_background-variant.scss
File size: 233 bytes
MIME-type: text/plain
Charset: utf-8

// Contextual backgrounds

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