🔥 remove transition,transform,use-select mixin
This commit is contained in:
parent
192e2cb849
commit
e26450485c
35 changed files with 104 additions and 175 deletions
|
@ -46,7 +46,7 @@ a {
|
|||
text-decoration: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
.transition(color @transition-time ease);
|
||||
transition: color @transition-time ease;
|
||||
|
||||
&:hover {
|
||||
color: @link-hover-color;
|
||||
|
@ -74,4 +74,4 @@ kbd,
|
|||
pre,
|
||||
samp {
|
||||
font-family: @code-family;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue