Richard Hallows
Richard Hallows
@eviathan Thanks for the report and for using the template. We recently got better at doing this, e.g. the extended description for the [color-function-notation](https://stylelint.io/user-guide/rules/list/color-function-notation) rule or the upcoming [selector-not-notation](https://github.com/stylelint/stylelint/pull/5975) one....
> If I can find the time I certainly can help you find the rules That'd be great! > I am not sure I can help with the rationales for...
Could this be an option for `selector-no-duplicates`, like the [recently added](https://github.com/stylelint/stylelint/pull/3936) `disallowsInList` option?
SGTM. We can treat it as a fix to the rule.
Thanks for digging into the history @Mouvedia . As those browsers are from over a decade ago, I think we can treat escaped selectors as the same for this purpose...
@Yaswanth820 That'd be great, thank you.
@thybzi Thanks for the suggestion. SGTM as there's precedent for this in [`font-family-name-quotes` `"always-where-required"` option](https://github.com/stylelint/stylelint/tree/master/lib/rules/font-family-name-quotes#always-where-required). Labelling as help wanted. You're welcome to submit a PR if you like. Most of...
Revisiting this. It sounds like the `never` option produces invalid CSS. Rather than add a new option, let's fix the `never` option so that it doesn't removes quotes when the...
@carlosjeurissen Thanks for the request. It sounds like a good rule to me. Outline: - Name: `media-feature-range-notation` - Primary option: `"prefix"|"context"` - Secondary options: none - Autofixable: Yes, but only...
As there are no objections, I'll label as ready to implement. Please consider [contributing](https://stylelint.io/contributing) if you have time. There are [steps on how to add a new rule](https://stylelint.io/developer-guide/rules#add-a-rule) in the...