LESS precompiler and CSS plugin for Browserify
npm install node-lessifynode-lessify
============
Version 0.2.0



LESS 3.12 precompiler and CSS plugin for Browserify. Inspired by node-underscorify. Originally developed for TIME Magazine's interactive deployment framework.
When bundling an app using Browserify, it's often convenient to be able to include your CSS as a script that appends the style declarations to the head. This is particularly relevant for self-assembling apps that attach themselves to a page but otherwise have reserved real-estate on the DOM.
This small script allows you to require() your CSS or LESS files as you would any other script.
```
npm install node-lessify
Then simply require them as you might anything else:
``
require('./styles.less');
require('./mysite.css');
To compile the stylesheets, pass this module to browserify as a transformation on the command line.
``
browserify -t node-lessify script.js > bundle.js
The stylesheets are compiled (in the case of LESS), minified, and bundle into a function that creates a new