Skip to content
Snippets Groups Projects
Commit 10bb6e97 authored by Clement Ho's avatar Clement Ho
Browse files

Convert transition-property mixin to property

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