Skip to content

Instantly share code, notes, and snippets.

@jmcarbo
Created January 25, 2011 14:57
Show Gist options
  • Save jmcarbo/795019 to your computer and use it in GitHub Desktop.
Save jmcarbo/795019 to your computer and use it in GitHub Desktop.
@mixin show-grid($grid-img){
background-image: url('/images/#{$grid-img}.png');
background-repeat: repeat;
background-position: 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment