mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
348b7de7f7
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
// Typography
|
|
|
|
.text-emphasis-variant(@color) {
|
|
color: @color;
|
|
a&:hover {
|
|
color: darken(@color, 10%);
|
|
}
|
|
}
|