Skip to content

Instantly share code, notes, and snippets.

@fusionstrings
Created September 1, 2014 12:29
Show Gist options
  • Save fusionstrings/a918f9b776d4023c3a23 to your computer and use it in GitHub Desktop.
Save fusionstrings/a918f9b776d4023c3a23 to your computer and use it in GitHub Desktop.
URL variable in Sass
#{sass-variable-in-css}
$get-path-to-assets : "http://web-design-weekly/images";
body {
background: url(#{$get-path-to-assets}/classy_fabric.png) repeat-x fixed 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment