asual / lesscss-engine

LESS Engine - A Java wrapper for less.js
http://www.asual.com/lesscss
Apache License 2.0
220 stars 66 forks source link

Append dynamic variables to engine.compile() #39

Open JpEncausse opened 11 years ago

JpEncausse commented 11 years ago

Hi, Is there a best practice to add dynamic @variable to engine ?

Let's say I have a file.less and would like to call:

It seems there is no bridge to change 'env'

asual commented 11 years ago

Is there something similar available in the command-line less.js compiler?