Convert transition-property mixin to property

This commit is contained in:
Clement Ho 2018-04-06 12:50:48 -05:00
parent f853ef091b
commit 10bb6e97d9

View file

@ -31,7 +31,7 @@
.avatar { .avatar {
@extend .avatar-circle; @extend .avatar-circle;
@include transition-property(none); transition-property: none;
width: 40px; width: 40px;
height: 40px; height: 40px;