Skip to content

Instantly share code, notes, and snippets.

@zetas
Created December 22, 2013 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetas/8084948 to your computer and use it in GitHub Desktop.
Save zetas/8084948 to your computer and use it in GitHub Desktop.
first mixin
@mixin background_image($url, $px) {
background: url($url) no-repeat scroll $px 50% transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment