source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/text-emphasis.less
browsing at commit = f45790f5f879c9570cf0e2d6d70a44caeb363f8c
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}