# Stylize Handlebars

Handlebars compiler for Stylize.

## How to use in Stylize

Install in your Stylize project
```
$ npm i stylize-handlebars --save
```

Add the plugin to your config file:

```YAML
plugins:
  stylize-handlebars:
```

When you run ``` $ stylize compile ``` your patterns will be run through Handlebars.
