J. Ryan Conklin

Results 12 issues of J. Ryan Conklin

### 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 *...

enhancement
good first issue
Drupal
pattern lab

### 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...

enhancement
sass

### 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,...

enhancement
accessibility
documentation

### 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...

enhancement
good first issue
javascript
icons

### 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...

enhancement
good first issue
pattern lab

### 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...

documentation
good first issue
node

### Issue This ticket is to implement on text / data lorem ipsum library such as Faker. ### Analysis Node Pattern Lab 3 does not use the Faker or any...

help wanted
good first issue
node

### Issue This ticket is to update the device widths for the breakpoints demo. ### Analysis When viewing the breakpoints demo for a particle install, the devices listed are of...

help wanted
good first issue

## 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...

enhancement
documentation
good first issue

### 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...

enhancement
webpack