Skip to content

Instantly share code, notes, and snippets.

@jack4it
Created December 26, 2015 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jack4it/d7b908ed6c89f37cf815 to your computer and use it in GitHub Desktop.
Save jack4it/d7b908ed6c89f37cf815 to your computer and use it in GitHub Desktop.
less.render(lessInput, options)
.then(function(output) {
// output.css = string of css
// output.map = string of sourcemap
// output.imports = array of string filenames of the imports referenced
},
function(error) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment