Closed this issue 9 years ago · 1 comments
Still the spacing issue is not fixed for element and class combination selectors:
Input: div .header { bar:foo; }
div .header { bar:foo; }
The data object contains: selector: "div.header"
selector: "div.header"
when it should be: selector: "div .header"
selector: "div .header"
Done :)