10 lines
128 B
Plaintext
Raw Normal View History

2014-08-26 11:51:53 -05:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
2014-08-26 11:51:53 -05:00
color: darken(@color, 10%);
}
}