Convert transition-property mixin to property
This commit is contained in:
parent
f853ef091b
commit
10bb6e97d9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
.avatar {
|
||||
@extend .avatar-circle;
|
||||
@include transition-property(none);
|
||||
transition-property: none;
|
||||
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
|
Loading…
Reference in a new issue