Last active
August 12, 2016 09:50
-
-
Save thevangelist/77911d022a0d3ff2e5dc9fe517f4dd9c to your computer and use it in GitHub Desktop.
Interpolate assets path in SCSS/SASS (http://sass-lang.com/documentation/file.SASS_REFERENCE.html#interpolation_)
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
$static: './assets'; | |
.television { | |
background: url(#{$img}/gray-noise.png); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment