This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Description
I am using Pattern Lab Node v2.11.0 on Mac, using the webpack configuration.
Expected Behavior
When I include a pattern twice with different style modifiers, the patterns should be rendered with those style modifier differences.
Actual Behavior
When I include a pattern twice with different style modifiers, the pattern that is rendered first will overwrite all styleModifiers of the second pattern that is rendered.
Steps to Reproduce
Difficult to reproduce. What I have is a component called skew I call like this:
In a very different place, I call it like this.
{{> components-skew:inx-card__image-title|inx-card-skew--alpha|inx-card-skew--end(image: false) }}
As soon I add the second include, the first include will render with the exact same styleModifiers