Created
September 1, 2014 12:29
-
-
Save fusionstrings/a918f9b776d4023c3a23 to your computer and use it in GitHub Desktop.
URL variable in Sass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#{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