# minions.flex-flow
minions flex-flow classes

## Module
name: `minions.minions.flex-flow`  
version: `0.3.0`  
main/style: `flex-flow.css`  

## Installation
npm:
```bash
npm install minions.flex-flow
```

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

## Code
```css
/*! minions.css */
.ff-r{flex-flow:row}
.ff-rr{flex-flow:row-reverse}
.ff-c{flex-flow:column}
.ff-cr{flex-flow:column-reverse}
.ff-n{flex-flow:nowrap}
.ff-w{flex-flow:wrap}
.ff-wr{flex-flow:wrap-reverse}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/flex-flow

## License

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