Devon Govett

Results 894 comments of Devon Govett

What should happen for cases like `.my-class:is(a)`? Currently that errors, presumably while parsing the inner selector inside the `:is`. If this selector had been written as `a.my-class` it would not...

I think this should not be allowed: ```css html { .foo { /* ... */ } } ``` because it's easy to start adding declarations to the root `html` rule...

Updated to implement this in the transform pass rather than in the selector parser, which enables handling of nesting as shown above.

Do you have any more information about this performance issue?

Focusable does set a tabIndex automatically, but you need to set a role yourself since there's not always an obvious default. And yes you must forward the ref to the...

Please see the docs for the error recovery option. https://lightningcss.dev/docs.html#error-recovery

Unfortunately Rust does not provide builds for aarch64 freebsd yet (it's under Tier 3 here: https://doc.rust-lang.org/nightly/rustc/platform-support.html). So this would be somewhat complicated to support.

Any chance this PR could be merged? This affects pointer event handling by React Aria, which checks width / height to determine if events are coming from virtual clicks (e.g....

Not seeing this anymore in the current version.