/* Pulse Grow */ .keyframes(~"@{nameSpace}-pulse-grow", { to { .prefixed(transform, scale(1.1)); } }); .pulse-grow() { .hacks(); &:hover, &:focus, &:active { .prefixed(animation-name, ~"@{nameSpace}-pulse-grow"); .prefixed(animation-duration, @mediumDuration); .prefixed(animation-timing-function, linear); .prefixed(animation-iteration-count, infinite); .prefixed(animation-direction, alternate); } }