- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Dec 2022 18:32:52 +0000
- To: public-design-tokens-log@w3.org
Neither are possible due to composite types.
There is no alias token here.
This is a composite token which has aliases in sub fields.
```json
"shadow": {
"medium": {
"$type": "shadow",
"$description": "A composite token where some sub-values are references to tokens that have the correct type and others are explicit values",
"$value": {
"color": "{color.shadow-050}",
"offsetX": "{space.small}",
"offsetY": "{space.small}",
"blur": "1.5rem",
"spread": "0rem"
}
}
},
```
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/196#issuecomment-1341402657 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 18:32:54 UTC