Skip to content

Instantly share code, notes, and snippets.

@adambutler
Created October 13, 2014 09:17
Show Gist options
  • Save adambutler/d98d38a9516601e716f6 to your computer and use it in GitHub Desktop.
Save adambutler/d98d38a9516601e716f6 to your computer and use it in GitHub Desktop.
Regex to convert a normal css url to a rusic liquid css url

Find

url\('(.*?)'\)

Replace

url(#{"{{ '$1' | image_url }}"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment