# minions.justify-content
minions justify-content classes

## Module
name: `minions.minions.justify-content`  
version: `0.3.0`  
main/style: `justify-content.css`  

## Installation
npm:
```bash
npm install minions.justify-content
```

browser:
```html
<link rel="stylesheet" href="https://unpkg.com/minions.justify-content" />
```

## Code
```css
/*! minions.css */
.jc-c{justify-content:center}
.jc-fe{justify-content:flex-end}
.jc-fs{justify-content:flex-start}
.jc-sb{justify-content:space-between}
.jc-sa{justify-content:space-around}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/justify-content

## License

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