9 lines
116 B
Plaintext
Raw Normal View History

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