Devon Govett
Devon Govett
You may want to also verify that you only have one copy of lightningcss installed (e.g. check your lock file). It's possible that multiple versions could conflict somehow, but not...
hey, I'm the maintainer of lightningcss and stumbled across this issue. If there's something I can do to help here please let me know. Adding more feature flags is totally...
Seems like a reasonable feature to support. Though to be totally honest, we're hoping not to do too much work on our overlay positioning code and instead move to native...
I think this is basically the same underlying issue as #3256. I looked into that one before and attempted to change the representation of incomplete dates. The problem is that...
Under component libraries, I noticed that React Aria is the only one that has a description, not sure why that is. It is also using a bit of an outdated...
Thanks for working on this! 🥳 One thing I think we should clarify is the status of the spec. I noticed that it also appears in [css-color-5](https://drafts.csswg.org/css-color-5/#contrast-color) with a very...
FYI our custom autoscrolling logic only applies in Safari browsers. In Chrome and Firefox it is implemented by the browser itself, so not sure if that's something we could fix......
Yeah the syntax for SVG transform attributes is completely different from CSS. For example rotate takes additional arguments for the center point instead of using transform-origin. I'd probably recommend using...
Most of the time we don't use that loader. It's only used if the browser target doesn't support ES modules natively, which is now very rare. I don't think there's...
lol chill. It's just a feature that hasn't been implemented yet. You're welcome to contribute.