How difficult would it be to write an automated script to turn CSS into Elm-Css?
>
i.e. to turn
h1 {
background-color: green;
}
into
h1 = style ["background-color","green"]
--
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.
