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

Will we have an implicit Group creation if we define variables that share the same prefixes?

If for example I do the following:

```css
:root {
  --color-red: red;
  --color-blue: blue;
}
```

Does it mean that, automatically, we have the group variable ```--color``` ?

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


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

Received on Saturday, 24 February 2024 07:28:57 UTC