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 On several default components, the newer enable style is not in place. ### Analysis Components to Update: * Atoms/Alerts * Atoms/Badge * Atoms/Branding * Atoms/Breadcrumb * Atoms/Button *...
I'm currently exploring Particle, and the documentation seems to suggest that the whole project goes into your /themes/ directory. Given that the Drupal theme itself is completely within apps/drupal, shouldn't...
### Issue Update Particle's default sass code to implement module system. ### Analysis Particle's default sass structure is tightly managed to reduce duplicated sass. The new module system from Sass...
Clicking on many links Under Patterns on Fresh install result in error of: Full Message In Browser Window: "Cannot GET /app-node-pl/pl/patterns/00-protons-demo/index.html" Steps to recreate: npm create @phase2/particle particle cd particle...
### Issue The default config for pa11y is no longer compatible with Node PL 3. ### Analysis See this PR on the update to resolve: https://github.com/pattern-lab/patternlab-node/pull/1035 ``` const { patternPaths,...
From the comment in "https://github.com/phase2/particle/blob/master/apps/drupal/templates/form/container.html.twig" it sounds like the two classes were added to this override template for purposes of the site search form. The 'mx-sm-3' class in particular is...
### Issue Icon generation in Particle is nested inside the component rather than in `tokens` ### Analysis The `_icons-generated` logic for fontawesome lives directly inside the `svg` component. This work...
### Issue Sass exported data is a dependency of the pattern lab app and should not be held in `tokens`. ### Analysis `tokens` contains a mixin, `/tokens/sass/non-printing/mixins/_export-data.scss` that is only...
### Issue Update README for 10.4.0 to reflect the removal of php and composer. ### Analysis The README is out-of-date with the switch from using the php version of Pattern...