Re: [csswg-drafts] [selectors-4] Allow * before a type selector (#8253)

@tabatkins to confirm— this is valid?:

```css
.test {
  div& {
    display: block;
  }
}
```

Does the ampersand need to go after the type, or is this also valid?:

```css
.test {
  &div {
    display: block;
  }
}
```

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


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

Received on Monday, 17 July 2023 22:31:35 UTC