Flexbox iOS 6

I discovered that the flex box mixin isn’t working as it should in iOS6. After a little digging i discovered that the col-33, col-34 css selector is using -webkit-box-flex: 0;. This looks like it should work, but it doesn’t.

I overwrote this line with -webkit-box-flex: 1; and achieved the desired affect.

Hope this can help someone else.

Hey @dr_toast good catch on this!

Fortunately, this won’t be an issue since we’re dropping support for ios6, as apples build requirements state that all apps must support a min version of ios7.