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 Mar 15, 2026. It is now read-only.
Modifiers on the json files within patternlab are separated by ~ (button~primary.json). But the definition in the patternlab-to-gemini.json config has to be done with - (due to the ids within the markup).
This is not consistent.
Expected behavior
I want to use atoms-button~primary as a key in the patterns section of the patternlab-to-gemini config file.
Description
Modifiers on the json files within patternlab are separated by
~(button~primary.json). But the definition in the patternlab-to-gemini.json config has to be done with-(due to the ids within the markup).This is not consistent.
Expected behavior
I want to use
atoms-button~primaryas a key in the patterns section of the patternlab-to-gemini config file.