An easy and lightweight FlexBox grid system.
Below are some of the most common ways to include Mini-Flex.
<link href="mini-flex.css" rel="stylesheet" type="text/css">You can create a grid by using the following CSS classes:
| Class | Description |
|---|---|
| .mf-flex | FlexBox container |
| .mf-stretch | Stretch the item over the entire width |
| .mf-row | Lays out its children in rows |
| .mf-column | Lays out its children in columns |
| .one/.two/.../.twelve | Determines the size of the FlexBox item |