Skip to content

Instantly share code, notes, and snippets.

@uhhuhyeah
Created October 23, 2012 16:56
Show Gist options
  • Save uhhuhyeah/3940061 to your computer and use it in GitHub Desktop.
Save uhhuhyeah/3940061 to your computer and use it in GitHub Desktop.
Using erb in css (asset pipeline)
.foo {
background: url(<%= asset_path 'image.png' %>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment