Closed
Description
If I place my component inside another same component, e.g.:
<my-comp>
<div class="body">
<my-comp>
<div class="body">
</div>
</my-comp>
</div>
</my-comp>
The content selector of the outer component selects two DIVs (its own and nested component's):
<content select="div.body"></content>
Is it possible to select 'div.body' of outer component only?
Metadata
Metadata
Assignees
Labels
No labels