Tom Pietrosanti
Tom Pietrosanti
I think it would be a better global solution to update the matcher instead of changing the transform, since we effectively want to skip transforming the gradient the same as...
FYI - I'm working on this, just need to finish up tests.
~Having a problem with the precommit hook; `prettier` keeps listing my file as different. If I run the formatter it seems to be applying whitespace changes to a bunch of...
The answer I was hoping to get from this question is: How does this work when you are providing a component library and you have no control over the client?...
Yes, this is a good point. When I first wrote it, I followed the examples, which seemed to be all async - which I personally find frustrating more often than...
In the meantime, you can use the callback to coordinate, though I know that's annoying.
Related: How can global CSS be imported such that global and cascaded styles are correctly applied (without class names)? Note that this CSS is also used by other engines, so...
I'm new to React components, but I saw there is a `children` property that could possibly be leveraged for this.
Thank you. I will explore it if I can and let you know if I think I can help On Mon, Oct 12, 2020 at 12:01 Vetrivel wrote: > @Rykus0...