I am using Pattern Lab Node v2.3.0 on Mac, with Node v6.2.2, using the Gulp Edition.
Expected Behavior
When looking at a single pattern, the styleModifier should be empty (or ignored).
Actual Behavior
When styleModifier is used in a page to modify an included pattern, the single pattern inherits that styleModifier instead of being clean.
Steps to Reproduce
- create a pattern
#1 with a styleModifier
- include it in a new pattern
#2 and set a styleModifier for the #1 pattern
- compile
- browse to the single pattern
#1
- it will have the
styleModifier set in #2 instead of being clean
I am using Pattern Lab Node
v2.3.0onMac, with Nodev6.2.2, using theGulpEdition.Expected Behavior
When looking at a single pattern, the
styleModifiershould be empty (or ignored).Actual Behavior
When
styleModifieris used in a page to modify an included pattern, the single pattern inherits that styleModifier instead of being clean.Steps to Reproduce
#1with astyleModifier#2and set a styleModifier for the#1pattern#1styleModifierset in#2instead of being clean