[community-group] [Format] Token name case sensitivity (#59)

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

== [Format] Token name case sensitivity ==
## Should token names be case sensitive?
```
{
  colorTextPrimary: {
    value: '#000000'
  },
  ColorTextprimary: {
    value: '#000000'
  }
}
```

Should the above be two valid token keys (case-sensitive) or a duplicate entry (case-insensitive)?

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


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

Received on Thursday, 9 September 2021 18:14:16 UTC