Commit 10bb6e97 authored by Clement Ho's avatar Clement Ho

Convert transition-property mixin to property

parent f853ef09
......@@ -31,7 +31,7 @@
.avatar {
@extend .avatar-circle;
@include transition-property(none);
transition-property: none;
width: 40px;
height: 40px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment