You can use the solution described in the FAQ http://faq.elm-community.org/#how-can-i-load-css-or-other-resources-in-elm-reactor
but, as Aaron pointed out this introduces performance issues. On Fri, Oct 7, 2016 at 4:03 AM, Michael Hipp <[email protected]> wrote: > Hello. Learning Elm. Very impressed with the work being done here. > > Wanting to give my app a somewhat polished look, so thought to use an > outboard CSS library/framework. What is the canonical way to import a CSS > file into an Elm program? (I'd prefer not to have a "wrapper" HTML document > but rather write a pure Elm program if possible.) > > Thanks. > > -- > 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. > -- There is NO FATE, we are the creators. blog: http://damoc.ro/ -- 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.
