- From: Temani Afif via GitHub <sysbot+gh@w3.org>
- Date: Sat, 24 Feb 2024 07:28:56 +0000
- To: public-css-archive@w3.org
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