Experimental column (||), descendant (>>) and deep (>>> or /deep/) combinators should not be used in production code.
||
>>
>>>
/deep/
div >> p { } col.selected || td { } foo /deep/ p { } foo >>> p { }