[community-group] Consider using type: "$alias" for explicity (#214)

CristhianParra has just created a new issue for https://github.com/design-tokens/community-group:

== Consider using type: "$alias" for explicity ==
While creating an alias

`{
  "group name": {
    "token name": {
      "$value": 1234,
      "$type": "number"
    }
  },
  "alias name": {
    "$value": "{group name.token name}"
  }
}`

I think is more explicit to specify an alias type

`{
  "group name": {
    "token name": {
      "$value": 1234,
      "$type": "number"
    }
  },
  "alias name": {
    "$value": "{group name.token name}",
    "$type": "alias"
  }
}`


Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/214 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 16 April 2023 05:57:00 UTC