descendant

fun descendant(child: String, block: RuleDSL.() -> Unit)

Example

"tool_bar" {
    ...
    child("button") { ... }
}

fun descendant(child: Selector, block: RuleDSL.() -> Unit)