[elm-discuss] Re: My second Elm project.

2016-09-14 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, September 13, 2016 at 3:38:30 PM UTC+1, OvermindDL1 wrote: > > It is to help enforce usage with the spec: > https://material.google.com/components/dialogs.html#dialogs-specs > > You can actually very easily use mdl directly by just putting the right > classes and attributes on

[elm-discuss] Re: My second Elm project.

2016-09-13 Thread OvermindDL1
It is to help enforce usage with the spec: https://material.google.com/components/dialogs.html#dialogs-specs You can actually very easily use mdl directly by just putting the right classes and attributes on things, elm-mdl is to help enforce following the official spec. :-) On Tuesday,

[elm-discuss] Re: My second Elm project.

2016-09-13 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, September 13, 2016 at 9:39:25 AM UTC+1, Rupert Smith wrote: > > I first developed the 'style lab' as static HTML, then converted it to > elm-mdl, using html-to-elm along the way then converting all the various > components to elm-mdl as necessary. > One thing that I found a little