Created
December 26, 2015 22:33
-
-
Save jack4it/d7b908ed6c89f37cf815 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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