Tuna
.parent:hover .child {}
Chrimaeon
desc(parent + hover, child) style { backgroundColor(Color.firebrick) }
"${className(parent)}$hover ${className(child)}" style { backgroundColor(Color.aliceblue) }
parent
child
init
StyleSheet
val parent by style { desc(self + hover, "img") style { backgroundColor(Color.aliceblue) } }
desc(className(parent) + hover, className(child)) style { backgroundColor(Color.firebrick) }
.
$parent
A modern programming language that makes developers happier.