I'm trying to compile Twitter Bootstrap in LESS with WP-Less in Wordpress. When compiling, i get a parse error when i' face to a String Extrapolation as described in this link
It's decribed like that:
String interpolation
Variables can be embeded inside strings in a similar way to ruby or PHP, with the @{name} construct:
@base-url: "http://assets.fnord.com";
background-image: url("@{base-url}/images/bg.png");
and in mixins.less, my error come from:
(~".span@{index}") { .span(@index); }
I've already post a question in the support section. But i'd like to see that String Extrapolation is not supported.
Do you have any idea ??
Best regards
S.