The following CSS - presumably valid with Sourdough - halts parsing. This can be reliably reproduced in any repo/environment I believe.
This works fine:
.example-selector // comment
This halts parsing or at least causes the CSS file to be produced incorrectly:
.example-selector
// comment
(etc)