# assemble-styles

> Compile your styles using JSON, underscore templates and LESS.

The project is current and under active development, and we welcome contributions.

`assemble-styles` is a gruntplugin for compiling LESS to CSS, but with a twist that you won't find in other similar plugins.  This plugin makes it much easier to maintain libraries of LESS components and themes, by leveraging JSON and underscore templates to enable you to define LESS "packages" or "bundles" using external configuration files.

The plugin is **quite simple to use**, and it demonstrates good conventions for managing your LESS components. But the best part is that you can easily switch back and forth between:
* compiling your LESS components _individually_, o
* concatentating all of your LESS files into a _singe file_

The best part is that your LESS projects will be easier to maintain.
