Skip to content

Instantly share code, notes, and snippets.

@tj
Created July 6, 2012 22:06
Show Gist options
  • Save tj/3063019 to your computer and use it in GitHub Desktop.
Save tj/3063019 to your computer and use it in GitHub Desktop.
image(path, width = auto, height = auto)
background-image: url(path)
@media all and (-webkit-min-device-pixel-ratio: 1.5)
ext = extname(path)
path = pathjoin(dirname(path), basename(path, ext) + '@2x' + ext)
background-image: url(path)
background-size: width height
#logo
image: '/images/logo.main.png' 50px 100px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment