bsimmons
routeLink("/contact") { ref { it?.style?.textDecoration = "none" it?.style?.color = "inherit" } +"Jane Rogers" }
turansky
styledHeader { css { a { textDecoration(...) color = ... } } routeLink("/1") routeLink("/2") }
A modern programming language that makes developers happier.