The selector is everything from the start of the rule to the first open-brace

parse_selectors(stream)

Arguments

stream

environment containing tokens and the current index. This is an internal only datastructure to assist in parsing

Value

single character string

Details

e.g. .circle fill = 'black' -> '.circle'