Re: [csswg-drafts] [css-nesting-1] Example 4 : selectors starting with an identifier (#7980)

If authors want to enforce that each selector in the list is unambiguous in case of edits they can use a linter to enforce this style :

```css
div {
  color: red;

  :is(input), :is(textarea) {
    margin: 1em;
  }
}
```

-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7980#issuecomment-1295859197 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 29 October 2022 14:49:20 UTC