Matt Wang

Results 380 comments of Matt Wang

Hi, I don't think I understand this issue - what do you mean by import feature? (I'm going to close this for now, but feel free to re-open)

I think I can address this in lockstep with adding end positions to the rule; going to assign myself!

Ah - @kawaguchi1102, someone else ended up handling the end positions so I had not. Going to unassign myself, feel free to take this on! Note: it could be possible...

cc: @thibaudcolas (is this what you meant by correct use of `prefers-reduced-motion` and @dierat for the rule suggestion within CZI.

> See also [stylelint-a11y’s rule](https://github.com/YozhikM/stylelint-a11y/tree/master/src/rules/media-prefers-reduced-motion). Ah, I think I should've done a bit more homework before making this issue. It does seem like it fulfills the requirements that I'm suggesting...

Thanks @jeddy3 especially for the context around Stylelint - it's definitely something I lack for this project. A plugin pack + better support for APIs that plugin authors use (ex...

Yup, agreed with @jeddy3's summary! Apologies for not driving more of this conversation, ended up having less "free time" in the internship to work on Stylelint than I thought 😓...

Is one solution contributing upstream / having the package return the raw source positions? The [actual library code](https://github.com/davidtheclark/postcss-resolve-nested-selector/blob/master/index.js) is only 25 lines/rather small, so hopefully adjusting it wouldn't be too...

Looking to knock more of these out! Just to confirm, I looked at `custom-property-no-missing-var-function `, `font-family-no-duplicate-names`, and `font-family-no-missing-generic-family-keyword`, and it seems like they support end positions even though they're not...

Question for `unit-no-unknown` (let me know if I should move this somewhere else): My understanding of the current behaviour is `unit-no-unknown`'s start index is at the value, **not the unit**:...