Re: [community-group] [RFC] Format specification (#1)

Hey @kevinmpowell thanks for the quick reply. 
So composite tokens would be defined within the specifications? I can not create my own "custom" composite tokens, correct?

Since I am currently trying to implement the draft to test it out, my best shot would be to create a group of tokens, right?
So that fontSize is an actual token with type dimension within the "group" `body-text`:

```js
{
  'body-text': {
      fontSize: {
        value: 16,
        type: 'dimension',
      },
      textDecoration: //...
  }
```



-- 
GitHub Notification of comment by lukasoppermann
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/1#issuecomment-912476158 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 11:45:48 UTC