Allison Carnwath

Results 8 comments of Allison Carnwath

I can confirm that @Caparico's fix works. Expanding upon it, I had dir="rtl" on the body, so I put dir="ltr" on the parent of the slider container, and then dir="rtl"...

I had this issue as well on a [Gatsby.js](https://www.gatsbyjs.com/docs/using-client-side-only-packages/) implementation. Using the [loadable-components](https://github.com/gregberge/loadable-components) package ensured that it would only load on the client-side (and not break on SSR compilation). ```...

This also happens in the other pattern folders - including for SEO (it took me a long time to find this bug report!) `Could not find patternType 01-molecules-01-molecules. This is...

I ran into the same issue that @michalmatuska did, and the dynamic import did the trick, but I also wanted to point out that removing the plugins for svgo was...

This has driven me crazy for quite some time - the following map gets all sorts of crazy highlighting, and anything after it is also affected. In the meantime, I...

It would be really awesome if there was some way to show it for some folders and not others. For example, we use our "view all atoms" pretty regularly, but...

It seems like this is related, on the PHP side: https://github.com/pattern-lab/patternlab-php/issues/257 though when I prepend the file with a `-`, like the `_`, it just hides from the nav altogether...

I only have one file that I want at the end, so I'm not sure that this would work in all cases, but this works for me (init.js is at...