LESS extends CSS with behaviour such as variables, mixins, operations and functions.
Implements LessCSS order to provide lots of interesting features for the theme development..
Just enqueue the LESS files as it's done for the CSS ones, and the corresponding CSS files will be generated and added to the site..
1.This plugin is based on lessphp by Leaf Corcoran.
2.This plugin generates the css file under wp-content uploads lessify-cache and therefore you need to define your images and any external links on you less file using the themeurl variable available with this plugin and if you use relative url then it will not work as we are saving the css file in different location..
3.In order to use themeurl variable with the images you can do something like this ` body{ background-image url } ` the plugin also comes with another variable lessurl.
Read more