particle icon indicating copy to clipboard operation
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.

Results 128 particle issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Issue Install and configure ESLINT in the project. #### Analysis ESLINT will lint the project to ensure JavaScript matches the code standards and style. Add `@phase2/eslint-config` package to utilize...

Using the npm library inquirer we should generate all answered questions into a single json file. Notes: Prompts should be broken up using a checkbox with a validator based on...

V11-Alpha

## Lerna setup - [x] swap to lerna hoist option speed things up - [x] clean up package version discrepancies - [x] add update and update checking scripts for all...

V11-Alpha

- [ ] How many options is manageable for restarting the options if you make a mistake. - [ ] Is there a way to edit your choices before submitting?...

V11-Alpha

Is there are particle slack channel? Solution Add a slack workspace Alternative Add a slack channel to Drupal workspace. Context A slack channel could provide us with news about the...

https://www.axelerant.com/resources/team-blog/drupal-9-getting-ready-for-the-upgrade Acquia BLT runs drupal-check and currently there's a large number of warnings related to the project.

So on the sentinel project we've noticed that Chromium appears to install two different version seemingly due to puppeteer installing multiple versions. I managed to track down a discussion [here](https://github.com/pattern-lab/patternlab-node/issues/1141)...

## Issue Cannot enable local fonts, using `master` branch, v10.4.2 ## Steps to reproduce Comment out - https://github.com/phase2/particle/blob/99067bbf0b4039d265c0860b5396d86206820b4d/source/default/tokens/sass/printing/_type.scss#L18 Uncomment - https://github.com/phase2/particle/blob/99067bbf0b4039d265c0860b5396d86206820b4d/source/default/tokens/sass/printing/_type.scss#L26-L32 Change this line - https://github.com/phase2/particle/blob/99067bbf0b4039d265c0860b5396d86206820b4d/source/default/tokens/sass/non-printing/_bootstrap-overrides.scss#L91 to - `$font-family-base: $font-family-serif;`...

The [documentation suggests](https://phase2.gitbook.io/frontend/particle/development/approach#inline-svg): ``` {% include '@atoms/image/_svg.twig' with { svgpath: '@atoms/icon/svg/file.svg', } %} ``` It works well in PL but it breaks Drupal. The logo is set in the same...

Sorry for posting here but I don't know where else to seek help. I am trying a way to set my font-sizes in my particle patterns. The _type.scss file seem...