Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

In bem mode, class names with - get truncated #6

Closed
ramya-rao-a opened this issue Nov 22, 2017 · 1 comment · Fixed by #9
Closed

In bem mode, class names with - get truncated #6

ramya-rao-a opened this issue Nov 22, 2017 · 1 comment · Fixed by #9

Comments

@ramya-rao-a
Copy link
Contributor

.block>.-my-element
gets expanded to

    <div class="block">
        <div class="block__my"></div>
    </div>

instead of

    <div class="block">
        <div class="block__my-element"></div>
    </div>
@ramya-rao-a
Copy link
Contributor Author

cc @sergeche

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant