It's easy to write valid CSS that is still broken and frustrating. What if we could make frustrating CSS styles not expressible?
I've been working on an experimental style library for making styles that are harder to break and easier to use. There is also support for flow/flexbox style layouts, animations, transitions, and media queries. It takes a different approach on attaching styles to html nodes. Instead of using classes and ids, you create collections of styled html elements to pull from to build your view (with support for classList style variations that can be turned on/off). Let me know your thoughts! Note: I haven't published this on elm-package yet as I wanted to see if there was any feedback that might alter what 1.0 looks like. The Style Elements library <https://github.com/mdgriffith/style-elements> Simple Example <https://github.com/mdgriffith/elm-style-elements-simple-example> Complex Example <https://github.com/mdgriffith/elm-style-elements-complex-example> -- 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 elm-discuss+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.