the parsing of selectors is pretty basic right now, and misses the fact that sass actually parses them fully. This causes several issues (reported by failures for sass-spec):
- comments in selectors are not handled properly
selector-unify fails for many tests
is-superselector fails for many tests
selector-append fails tests
- most tests for
@extend are failing