Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] There is group_name more dash in the generated id #117

Open
savoygu opened this issue May 30, 2022 · 0 comments
Open

[BUG] There is group_name more dash in the generated id #117

savoygu opened this issue May 30, 2022 · 0 comments

Comments

@savoygu
Copy link

savoygu commented May 30, 2022

reproduction link: develop branch https://github.com/savoygu/sass-bem-next/tree/develop
reproduction steps:

  • npm install
  • gulp sassdoc

Search for undefined-- in the index.html of the generated gh-pages directory. Normally it should be undefined-.
This is the code that produces this result:

{% for item in items %}
   {% include "../includes/partials/item.html.njk" %}
{% endfor %}

If you replace {% include "../includes/partials/item.html.njk" %} with item.html.njk, the result is normal.

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

No branches or pull requests

1 participant