I\'m looking at using less.js (looks great), but our site requires that some styles be loaded dynamically after initial page load. It seems, however, that all LESS styleshe
I found an up-to-date version of the script that works perfect with LESS file:
Instead using
less.refreshStyles()
use
less.refresh()