Re: [csswg-drafts] [css-nesting-1] Syntax Invites Errors (#7834)

@flackr No. This was discussed before, you don't actually have that issue.

```css
.a { property: value; } {
    .b { property: value; } {
        .c { property: value; }
    }
}
```

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


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

Received on Wednesday, 19 October 2022 17:15:47 UTC