Home | History | Annotate | Download | only in mixins
      1 // Typography
      2 
      3 .text-emphasis-variant(@color) {
      4   color: @color;
      5   a&:hover {
      6     color: darken(@color, 10%);
      7   }
      8 }
      9