Skip to content

Instantly share code, notes, and snippets.

@erikakers
Created October 28, 2013 16:38
Show Gist options
  • Save erikakers/7200233 to your computer and use it in GitHub Desktop.
Save erikakers/7200233 to your computer and use it in GitHub Desktop.
SASS: Image eplacement Mixin
@mixin image-replace($width, $height)
border: 0
font: 0/0 a
text-shadow: none
color: transparent
width: $width
height: $height
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment