elm-styled
elm-styled copied to clipboard
Styling your Html Elements with typed Css 💅
We should test at least the insert logic before final release. I don't know if it's necessary to test every single rule. Add tests for: - [ ] Keyframes -...
Nesting
elm-styled needs some way to select child items. I think the simplest solution would be a `select` function which takes a `String` as the selector and a `List Rule`. ```Elm...
Scoped CSS is awesome but some things need to be inserted globally. A injectGlobal function similar to styled-components one would be great. The problem is that this is a side...
Declarations should be inserted with all the necessary vendor prefixes applied.