class Sass::Selector::SimpleSequence

A unseparated sequence of selectors that all apply to a single element. For example, ‘.foo#bar` is a simple sequence of the selectors `.foo`, `#bar`, and `[attr=baz]`.