10 lines
128 B
Plaintext
Raw Normal View History

2016-12-02 12:03:45 -05:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}