On Mon, Sep 26, 2016 at 10:22 AM, Rex van der Spuy <[email protected]> wrote:
> So far the best solution I've seen for CSS is Elm's own Graphics.Element: > > http://package.elm-lang.org/packages/elm-lang/core/3.0.0/Graphics-Element > > A little more granularity, and integration with elm-html, and it would be > killer. > I like Graphics.Element, but this is a show-stopper for responsive web design: Each Element is a rectangle with a known width and height This is one of the reasons GSS is appealing to me right now. Does your use case not require presentation on different screen sizes? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
