Open fomkin opened 9 years ago
Add static typed CSS-like DSL with BEM notation support. Something like this
Style { block("button") { `background-color` := "red" `padding` := 5 px modifier("disabled") { `background-color` := "gray" } element("icon") { // something } } }
https://github.com/japgolly/scalacss
Add static typed CSS-like DSL with BEM notation support. Something like this