Skip to content

Instantly share code, notes, and snippets.

@nysalor
Created April 4, 2012 08:58
Show Gist options
  • Save nysalor/2299796 to your computer and use it in GitHub Desktop.
Save nysalor/2299796 to your computer and use it in GitHub Desktop.
stylesheet with asset pipiline (erb)
.bgimage {
background: #fffff url("<%= asset_path 'css/background.png' %>") repeat-x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment