We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Pattern Lab Node v2.0.0 onWindows, using thegulp` edition.
v2.0.0 on
, using the
Found on a private instance of PL/Node 2.0.0 in prep for WDD 2016.
Running blockset.mustache
blockset.mustache
<section class="blockset {{#vertical}}blockset__vertical{{/vertical}}"> {{> molecules-block }} {{#listItems.three}} {{> molecules-block }} {{/listItems.three}} </section>
should emit blocks with no styleModifier using this pattern
block.mustache
<div class="block {{styleModifier}}"> {{> atoms-picture }} {{> atoms-paragraph }} </div>
Actual output includes the previously found molecules-block with the styleModifier class added. since this was already parsed
block-hero.mustache
{{> molecules-block:block__hero }}
was already parsed and is polluting this list item parsing.
We have a bunch of unit tests covering pattern parameters, but either regressed or omitted styleModifiers.
The text was updated successfully, but these errors were encountered:
Feels like a regression of #190
[EDIT: or an uncovered case]
Sorry, something went wrong.
pushing a failing test for #356
8c9d85e
eda17c0
No branches or pull requests
I am using Pattern Lab Node
v2.0.0 on
Windows, using the
gulp` edition.Found on a private instance of PL/Node 2.0.0 in prep for WDD 2016.
Expected Behavior
Running
blockset.mustache
should emit blocks with no styleModifier using this pattern
block.mustache
Actual Behavior
Actual output includes the previously found molecules-block with the styleModifier class added.
since this was already parsed
block-hero.mustache
was already parsed and is polluting this list item parsing.
We have a bunch of unit tests covering pattern parameters, but either regressed or omitted styleModifiers.
The text was updated successfully, but these errors were encountered: