- From: Pavel Laptev via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Nov 2022 22:43:14 +0000
- To: public-design-tokens-log@w3.org
Agreed with @romainmenke. `groups` might solve the issue at the beginning. ```json { "modern-colors": { "$type": "color", "$description": "We use it only if oklch is supported", "colors": { "color-space": "oklch", "colors": [ { "name": "primary", "$value": [ 40%, 0.1, 21 ] }, { "name": "secondary", "$value": [ 10%, 0.2, 12 ] } ] } } } ``` -- GitHub Notification of comment by PavelLaptev Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/137#issuecomment-1310993758 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 November 2022 22:43:15 UTC