Financial-Times / o-grid

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

Rewrite grids with better support for maximum width layout #63

Closed kaelig closed 9 years ago

kaelig commented 9 years ago

Although there is a huge problem with this: adding / removing layouts will completely break other modules because we use min-width/max-width ranges. Adding a layout will create "no layout ranges"…

To be able to change layouts safely we need a mobile-first approach that only uses a min-width approach.

So I'm just popping this first shot at rewriting the grid module but I'll actually rewrite a big part of it with a mobile-first approach.