1.popup-image { 2 cursor: pointer; 3 @include hover() { 4 @include box-shadow(2); 5 } 6 @include transition(map-get($clickable, transition)); 7}