I was having additional issues to the ones described in issue #58 for the following:
<div class="Component">
<div class="Component__ParentPart --ShowChild">
<div class="Component__ChildPart">Show me when my parent has --ShowChild option</div>
</div>
</div>
I was having additional issues to the ones described in issue #58 for the following:
Before the committed changes, the above compiled to:
Now, after these committed changes, it compiles to: