Financial-Times / o-grid

Responsive grid system
http://registry.origami.ft.com/components/o-grid
93 stars 14 forks source link

Use `flex: 'no-2009'` in autoprefixer #137

Closed wheresrhys closed 8 years ago

wheresrhys commented 8 years ago

This hack https://github.com/Financial-Times/o-grid/blob/master/src/scss/_main.scss#L489 to suppress flexbox in old ios, blackberry etc, has now been tackled properly by autoprefixer's flex: 'no-2009' option. If this is added in OBT then the hack can be removed and display:flex can be used confidently in other components too.