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
1 changed files with 1 additions and 1 deletions

View File

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