- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Dec 2022 17:26:43 +0000
- To: public-design-tokens-log@w3.org
Somewhat related :
```json
{
"one": {
"$type": "dimension",
"$value": "#ffffff"
},
"two": {
"$type": "color",
"$value": "{one}"
}
}
```
Is `two` a valid color token with value `#ffffff` ?
Or is it invalid because the aliased token has a type mismatch with it's value.
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/196#issuecomment-1341316793 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 7 December 2022 17:26:45 UTC