Add auto-width columns for flexbox grid
Created by: ghost
Perhaps it would be useful to add .col-{size}-auto
with flex: 1
to allow for auto width columns. We'll then be able to create 5, 7, 8, and 10 column grids on-the-fly without changing or adding to the CSS.