-
-
Save endtwist/3240894 to your computer and use it in GitHub Desktop.
LESS Mixin with String Interpolation, broken?
This file contains 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
@cdn: "rons-house"; | |
.add-bg(@url) { | |
background-image: url(@url); | |
} | |
.foo { | |
.add-bg("@{cdn}/bar.png"); // why not this? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment