File "background-variant.less"
Full Path: /home/ichhrkpd/public_html/less/less-bootstrap/mixins/background-variant.less
File size: 151 bytes
MIME-type: text/plain
Charset: utf-8
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}