particle
particle copied to clipboard
A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
## Issue Default patterns are currently setting their pattern demo information as manual html. This causes an issue when viewing pattern usage. To simplify this, we've included a `demo-block` proton...
### Issue When running Particle across multiple projects, the dev server only allows one instance. ### Confirmation More than one Particle can be ran at the same time. See Vue's...
Improvement to PR #552 ### Goal Move namespace generation for app level namespace keys to use Webpack's bundled output in `dist` as source of truth. App level namespaces (Drupal +...
The `member_for` key here is being unset. Find a better solution: ``` /** * Implements hook_preprocess_user(). */ function particle_preprocess_user(&$variables) { unset($variables['content']['member_for']); } ```
This allows a fully customized, super bespoke presentable page that may or may not show all of Pattern Lab's goodies. This should look pretty great out of the box, but...
Importing a raw css file into the bottom of a scss file results in the compiled scss output being printed AFTER the imported css (even though the css is further...
Use [https://github.com/airbnb/css](https://github.com/airbnb/css) with some application of our rules (for instance, we prefer includes first, AirBnB prefers includes last).
See this twig fiddle for an example of a fire-and-forget seed generation that allows all these aria-describedby tags to exist with multiples on page: https://twigfiddle.com/tacmhs
Link: http://oaa-accessibility.org/examplep/wcag244/ Let's satisfy this with 2 components (molecule) that automate the generation of these ids. 1. A "Link list" simple molecule, that ensure that the IDs 1. A "Table"...