Open hkm-mo opened 8 years ago
This is my code:
var option = { paths: [ '/data/src/less/' ], plugins: [autoprefixPlugin], sourceMap: true }; less.render(data, option).then( (output) => { //My code });
This is my code: