# minions.<%= packageName %>
<%= mod.description %>

## Module
name: `minions.<%= mod.name %>`  
version: `<%= mod.version %>`  
main/style: `<%= mod.style %>`  

## Installation
npm:
```bash
npm install minions.<%= packageName %>
```

browser:
```html
<link rel="stylesheet" href="https://unpkg.com/minions.<%= packageName %>" />
```

## Code
```css
<%= code %>
```

## Source and issues

<%= mod.repository %>/tree/master/packages/<%= packageName %>

## License

The MIT License (MIT)
Copyright (c) 2016 Michael Chan
