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