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

Noncompliant Code Example

div >> p {
}

col.selected || td {
}

See