10 lines
127 B
Plaintext
Raw Permalink Normal View History

2017-04-12 00:04:27 -05:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 5%);
}
}