You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
less-parser: Handle edge case with single token mixins. (#80)
* less-parser: Handle edge case with single token mixins.
The parser didn't account for mixins that were used in the following manner:
```
.foo {.my-mixin}
```
* tests: Use to.be.undefined in assertion.
0 commit comments