9 lines
116 B
Plaintext
Raw Normal View History

2015-02-25 14:08:14 +01:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}