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.
145 stars 47 forks source link

Document which version of less.js is supported by less4j #294

Closed gdelhumeau closed 8 years ago

gdelhumeau commented 9 years ago

Hi.

A nice information to have in the wiki: which version of less.js is supported in less4j.

Example: a new feature is added in the Less language in version 2.42. That would be nice to know if less4j supports this feature so if every feature of 2.42 is supported by less4j.

Thanks, Guillaume

SomMeri commented 9 years ago

I can add it on the released versions page.

gdelhumeau commented 9 years ago

Yes, that would be good to have.

mattcoz commented 9 years ago

Just started trying out this great compiler and that's one thing I was looking for. It would be greatly appreciated.