You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Pattern Lab Node 2.5.0 on Mac, with Node v6, using the Gulp Edition.
Expected Behavior
for a given pattern :
{{> atom-btn }}
in a template template-x we call the btn :
{{> atom-btn }}
then call the template in page-y
{{> template-x }}
the page should display the btn
Actual Behavior
display a blank page (no error, nothing at screen appart for the patternlab UI )
Steps to Reproduce
create :
atoms/btn
<aclass="a-btn">text</a>
templates/x
{{> atoms-btn }}
pages/y
{{> templates-x }}
The text was updated successfully, but these errors were encountered:
gael-boyenval
changed the title
style modifier inheritance problem using deep included patterns
blank page display with deep included patterns
Sep 1, 2016
gael-boyenval
changed the title
blank page display with deep included patterns
blank page display with deep included patterns (with 2.5#dev)
Sep 1, 2016
I am using Pattern Lab Node
2.5.0
onMac
, with Nodev6
, using theGulp
Edition.Expected Behavior
for a given pattern :
{{> atom-btn }}
in a template
template-x
we call the btn :{{> atom-btn }}
then call the template in
page-y
{{> template-x }}
the page should display the btn
Actual Behavior
display a blank page (no error, nothing at screen appart for the patternlab UI )
Steps to Reproduce
create :
atoms/btn
templates/x
{{> atoms-btn }}
pages/y
{{> templates-x }}
The text was updated successfully, but these errors were encountered: