Pattern: Unexpected non-space character
Issue: -
This rule ensures that only a single space is used and ensures no tabs, newlines, nor multiple spaces are used for descendant combinators of selectors.
The following patterns are considered violations:
.foo .bar {}
.foo
.bar {}
The following patterns are not considered violations:
.foo .bar {}