minions flex-flow classes
name: minions.minions.flex-flow
version: 0.2.0
main/style: flex-flow.css
npm:
npm install minions.flex-flow
browser:
<link rel="stylesheet" href="https://unpkg.com/minions.flex-flow" />
/*! 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}
https://github.com/chantastic/minions.css/tree/master/packages/flex-flow
The MIT License (MIT) Copyright (c) 2016 Michael Chan