$ lessc styles.less -x The compression command is deprecated.
you will need to use this command $ lessc -clean-css style.less style.min.css
before using the command above you should install less-plugin-clean-css using the following command
$ npm install less-plugin-clean-css -g
source share