Skip to content
New issue

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

blank page display with deep included patterns (with 2.5#dev) #461

Closed
gael-boyenval opened this issue Sep 1, 2016 · 1 comment
Closed
Assignees
Labels

Comments

@gael-boyenval
Copy link
Contributor

gael-boyenval commented Sep 1, 2016

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

<a class="a-btn">text</a>

templates/x

{{> atoms-btn }}

pages/y

{{> templates-x }}
@gael-boyenval 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 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
@bmuenzenmeyer
Copy link
Member

source.zip

Reproduction files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants