Re: [community-group] Token aliases with invalid or unsuited intermediate value (#196)

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