mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Grid addressing scheme: why not row major. #127

Open mikolajpp opened 6 years ago

mikolajpp commented 6 years ago

Hi,

First of all, thanks for this amazing library!

I have a minor nitpick. Is there any specific reason for making addressing of grid cells, namely the 'start' field, column-major instead of usual row-major?