SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
146 stars 47 forks source link

Escaping quotes possible change in less.js #124

Open SomMeri opened 11 years ago

SomMeri commented 11 years ago

Find out whether they changed it or not and follow their decision.

Links:

lukeapage commented 11 years ago

I think we agreed to basically not have escapes.. so the only problem this would cause is if you needed " and ' in the same string.

see also https://github.com/less/less.js/issues/1538

lukeapage commented 11 years ago

Ignore that I just re-opened the issue.

SomMeri commented 11 years ago

OK :)