- From: Lukas Oppermann via GitHub <sysbot+gh@w3.org>
- Date: Fri, 03 Sep 2021 10:45:09 +0000
- To: public-design-tokens-log@w3.org
If I read the gh-page / w3c specs correctly this would be a `composite token` token, correct @kaelig? Is the idea here **a**: The value property has named values (like seen below) (and the names can be used to interpret the value, e.g. fontSize is always a px unit) ```js { name: 'font/body', value: { fontSize: 16, textDecoration: 'line-through', // ... ``` or **b**: The value holds tokens: ```js { name: 'font/body', value: { fontSize: { type: 'dimension', value: 16 }, // ... ``` -- GitHub Notification of comment by lukasoppermann Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/1#issuecomment-912444175 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 3 September 2021 10:45:11 UTC