The Wayback Machine - https://web.archive.org/web/20220523075220/https://github.com/topics/pattern-lab
Skip to content
#

pattern-lab

Here are 59 public repositories matching this topic...

The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.

  • Updated May 21, 2022
  • Twig
renestalder
renestalder commented Dec 5, 2018

As mentioned in #33, the current way how copying assets (fonts, images) work is by manually configuring paths for a copy task. This works a bit against the concept of Webpack, which should automatically resolve dependencies and then copy them.

I can provide these changes via a pull request, as I already updated this behavior in my projects which are using patternlab-edition-node-webpack. So it'

good first issue hacktoberfest
LarsHassler
LarsHassler commented Nov 6, 2017

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~primary as a key in the patterns section of the patternlab-to-gemini config file.

Improve this page

Add a description, image, and links to the pattern-lab topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pattern-lab topic, visit your repo's landing page and select "manage topics."

Learn more