It\'s possible to use libraries in less.js to dynamically regenerate css from less files within the browser. If there was an easy way to modify less code, this would be an e
If you use the less compiler locally in your browser, there is now a feature to modify less variables:
less.modifyVars({ '@buttonFace': '#5B83AD', '@buttonText': '#D9EEF2' });