I am getting errors when I try to use javascript evaluations. I am using lessphp v0.3.8 to compile my LESS.
Even with an example eval provided by lesscss.org:
@var: `"hello".toUpperCase() + '!' `;
I get an error message:
less compile error: parse error: failed at `@var: `"hello".toUpperCase() + '!'`; ` less/style.less on line 17
I've answered the question on the issue on GitHub you made: https://github.com/leafo/lessphp/issues/296