Welcome to mirror list, hosted at ThFree Co, Russian Federation.

text-emphasis.less « mixins « less - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0868ef9f2caaf05c2fdbe9f3f3da1616fe221080 (plain)
1
2
3
4
5
6
7
8
// Typography

.text-emphasis-variant(@color) {
  color: @color;
  a&:hover {
    color: darken(@color, 10%);
  }
}