- From: Devon Govett via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Feb 2024 18:18:22 +0000
- To: public-css-archive@w3.org
It has side effects though:
```css
.foo {
--foo-bar: red;
--foo: {
bar: green;
};
}
```
If we make `{` have special meaning, now it is overwriting the existing `--foo-bar` variable, which might even be defined far away in another rule/element.
--
GitHub Notification of comment by devongovett
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9992#issuecomment-1964826077 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 February 2024 18:18:23 UTC