Devon Govett

Results 894 comments of Devon Govett

Perhaps I should open a separate issue for this, but would you consider supporting a way to include custom types of expressions in the AST? For example: ```rust enum Expr...

This looks great! Thanks for working on it. Will look more in depth soon. 😄

> lightningcss switches up the only and dark || light words, which is invalid, it has to be only dark || only light. [1](https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme#formal_syntax) No, they may be in any...

I don't think it's possible to fix when using variables unfortunately. Variables are evaluated on the element that defines them, not on the element that uses them. So you'd have...

Please provide a reproduction. Try the playground here: https://lightningcss.dev/playground/index.html

I think this is working as expected? You should always provide browser targets to lightningcss. If you don't, we assume you are targeting a theoretical browser with perfect support for...

This is not possible. `:where` changes the specificity of the selector, which is not possible to emulate.

Because then the css would be incorrect (have the wrong specificity)

armv7 musl is not currently a supported platform. If you use an OS with glibc instead of musl, or use arm64 it should work. Supporting additional low usage platforms adds...