Skip to content

Instantly share code, notes, and snippets.

@fat
Forked from dustinsenos/gist:3240838
Created August 2, 2012 21:40
Show Gist options
  • Save fat/3240888 to your computer and use it in GitHub Desktop.
Save fat/3240888 to your computer and use it in GitHub Desktop.
LESS Mixin with String Interpolation, broken?
@cdn: "rons-house";
.add-bg(@url) {
background-image: @url;
}
.foo {
.add-bg(~"url(@{cdn}/bar.png)");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment