mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-08 05:54:23 +01:00
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%);
|
|
}
|
|
}
|