Re: [csswg-drafts] Proposal: CSS Variable Groups (as a solution to several design systems pain points) (#9992)

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