Automatically compile LESS files on save. Waits for the save to complete and then compiles the LESS file with the given options into the specified output.
The following parameters can be set:
out (string) path of CSS file to createsourcemap (bool) create sourcemap filecompress (bool) compress CSS filemain (string) path to your main LESS file to be compiledautoprefixer (string) autoprefixer parameterers
Add the parameters on the first line of the LESS file. Check this for a how-to on autoprefixer parameters.
/less/style.less
// out: ../css/style.css, sourcemap: true, compress: true, autoprefixer: defaults
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.