[elm-discuss] Re: Should I have a CSS file for my made-with-Elm web app?

2016-08-29 Thread Matija SrĨek
I'm also interested in best practices (performance wise) for using frameworks. Should I import external libraries in my index.html file or should I use elm packages. What's the better approach? For example: Should I import PureCSS im my index.html using

[elm-discuss] Re: Should I have a CSS file for my made-with-Elm web app?

2016-08-26 Thread 'Rupert Smith' via Elm Discuss
On Friday, August 26, 2016 at 5:10:30 PM UTC+1, Thibaut Assus wrote: > > I think css stylesheets are useless in Elm. Inline styles are a lot better > imo for reactive procramming. I plan to write a blogpost on that soon. An > exemple of my ideas in a repo : >

[elm-discuss] Re: Should I have a CSS file for my made-with-Elm web app?

2016-08-26 Thread Rex van der Spuy
On Friday, August 26, 2016 at 12:10:30 PM UTC-4, Thibaut Assus wrote: > > I think css stylesheets are useless in Elm. Inline styles are a lot better > imo for reactive procramming. I plan to write a blogpost on that soon. An > exemple of my ideas in a repo : >

[elm-discuss] Re: Should I have a CSS file for my made-with-Elm web app?

2016-08-25 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, August 23, 2016 at 2:06:50 PM UTC+1, John Bugner wrote: > > When I make a web app(lication) with Elm, should I put all the styling in > a CSS file? Is there a way to then tell elm to import that CSS file so I > don't have to manually do it after compiling? > Currently I set up a