I need to perform variable substitution, at least in CSS from JavaScript (let it ignore whether this client or server is currently). Ideally, I would use the LESS syntax , which offers more options than just replacing variables. Has anyone found a JS LESS implementation?
source
share