Closed jsmmth closed 11 years ago
Hey man great mixin, just throw me a little tip... I have this...
@include retina-sprite(search);
how would I position it from the top like lets say 10px?
Like this ?
.icon-search { position: relative; top: 10px; @include retina-sprite(search); }
Hey man great mixin, just throw me a little tip... I have this...
@include retina-sprite(search);
how would I position it from the top like lets say 10px?