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
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
I'm currently evaluating Pattern Lab (Edition Node Gulp) for a use case at my current employer.
Besides some other minor issues that I'm experiencing I'm trying to use customized states ("production" in the screenshots, green dot) for components as stated here: http://patternlab.io/docs/pattern-states.html. And they are not showing up.
Screens: Fails on the component's "page"
Fails in the navigation
Works in "View All"
The root cause is that the custom styles (style.css or pattern-scaffolding.css) are not being included in index.html. So the custom format neither applies to navigation nor content. Whereas they are properly included in #sg-viewport-iframes.
Version information:
Node: v6.11.3
NPM: 3.10.10
NVM: 0.33.0
First of all, thanks for the great work, folks!
I'm currently evaluating Pattern Lab (Edition Node Gulp) for a use case at my current employer.
Besides some other minor issues that I'm experiencing I'm trying to use customized states ("production" in the screenshots, green dot) for components as stated here: http://patternlab.io/docs/pattern-states.html. And they are not showing up.
Screens:

Fails on the component's "page"
Fails in the navigation

Works in "View All"

The root cause is that the custom styles (style.css or pattern-scaffolding.css) are not being included in index.html. So the custom format neither applies to navigation nor content. Whereas they are properly included in #sg-viewport-iframes.
Version information:
Node: v6.11.3
NPM: 3.10.10
NVM: 0.33.0
Pattern Lab (Edition Node Gulp): 1.3.4
styleguidekit-assets-default: ^3.5.2
styleguidekit-mustache-default: ^3.0.0
Maybe I'm misunderstanding the docs.
Can you please enlighten me?