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

Cannot use keyed grids #78

Closed MazeChaZer closed 7 years ago

MazeChaZer commented 7 years ago

Keyed grids expect a list of OnGrid ( String, Element [...]), but the area function only allows me to create values of the type OnGrid (Element [...]). Because OnGrid is an internal opaque type, I see no way to create the desired value.

Am I missing something obvious here?

mdgriffith commented 7 years ago

Thanks for this! Corrected in v4.0.0