David House
David House
It'd be great to see Vanilla Extract represented here as well!
@timscodebase see here: https://vanilla-extract.style
Ah! Never mind. It looks like the canary build is no longer necessary as it's been merged into 4.0.0 of the package I'm using. I should be able to use...
Just for what it's worth, I suspect the issue may be that `moduleResolution: 'node16'` makes use of the `package.json` `exports` setting. I don't think the `SprinklesFn` type is included in...
I'm a little confused by your example. If there's style contention between a style on `button` and a style on `.button` the class-based selector should always win due to selector...
Just read through the docs, super exciting!!! It seems like there are a lot of different loading strategies for different use cases but I don't have a clear sense which...
Exciting to see rich text support getting worked on! Just wanted to call out that we've had really great experiences with the Contentful rich text schema. Specifically, one of the...
Hey @sid2364 I'm not a Shopify employee but I can safely say that this is working as intended and is not a bug. Shopify is doing a lot of work...
@todd-m-kemp I think I'm encountering this too. I found that it was only the _combination_ of running both `injectAxe` and `checkA11y` functions for the same page that triggered the error....
We're encountering issues with this after migrating to use `references` and `composite` for our root `tsconfig.json`. It seems that Cypress is using the project root `tsconfig.json` file to coordinate quite...