Child combinator

Since UXP v3.0

See: https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator

Example

footer > sp-button {
    margin: 12px;
}