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

#277 fix: implemented content caching in SourceMapGeneratorV3 #278

Closed alex-bel closed 9 years ago

alex-bel commented 9 years ago

This fixes #277

SomMeri commented 9 years ago

Thanks a lot for finding this and also the pull request.