Experimental column (||) and descendant (>>) combinators should not be used in production code.

Noncompliant Code Example

div >> p {
}

col.selected || td {
}

See