- From: Jacob Miller via GitHub <sysbot+gh@w3.org>
- Date: Tue, 26 Oct 2021 22:23:11 +0000
- To: public-design-tokens-log@w3.org
As a followup to this, are **values** allowed at a group level? Example as follows:
Let's say I want to define these css vars in a .token.json file:
```
--background-primary: #333;
--background-primary-hover: #444;
--background-primary-active: #222;
```
Can I define a value for a group like so?
```
{
"background": {
"primary" {
"value": "#333",
"type: "color",
"hover": {
value: "#444",
},
"active": {
value: "#222",
},
},
},
}
````
--
GitHub Notification of comment by jjcm
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/72#issuecomment-952374279 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 26 October 2021 22:23:13 UTC