Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
This repository was archived by the owner on May 26, 2026. It is now read-only.

Wrong class for block which is also element of parent block #21

Description

@git-heavy

Template markup:

<div block="header">
  <div block="switch-control" elem="control">
  </div>
</div>

Result markup:

<div _ngcontent-lkp-c176="" block="header" class="header">
  <div _ngcontent-lkp-c176="" block="switch-control" elem="control" class="switch-control switch-control__control">
  </div>
</div>

Expected markup:

<div _ngcontent-lkp-c176="" block="header" class="header">
  <div _ngcontent-lkp-c176="" block="switch-control" elem="control" class="switch-control header__control">
  </div>
</div>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions