File "text-emphasis.less"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less
File size: 116 bytes
MIME-type: text/x-asm
Charset: utf-8
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}