-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Description
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 astyleModifier
- 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
torleifhalseth, gfnool, maddesigns, kshutkin and gael-boyenval