Re: [community-group] High contrast colors (#91)

Got it. Platform-specific variances will be necessary for all types of tokens, though, so those need a solution that's not specific to system colors. For example, maybe your text needs to be size 16 on everything except Android phones, where it's 15. That couldn't be specified like a `font-family` stackā€”the only way you could represent that in the current system is with multiple JSON files: `tokens.json` and a secondary `tokens-android.json` that contains new tokens and/or token overrides that only apply to Android.

(Those definitely aren't theoretical problems; in the design tokens file that I'm working with currently, we have different font families, font sizes, font weights, line heights, corner radii, and paddings for some platforms, as well as different names for the exported tokens.)

-- 
GitHub Notification of comment by TravisSpomer
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/91#issuecomment-1010470154 using your GitHub account


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

Received on Tuesday, 11 January 2022 23:44:08 UTC