2017-04-12 00:04:27 -05:00

10 lines
127 B
Plaintext
Executable File

// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 5%);
}
}