- From: Pavel Laptev via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Jun 2023 01:00:21 +0000
- To: public-design-tokens-log@w3.org
Agreed with @drwpow `gradient` tokens is a very abstract entity. So there should be a definition: ``` GradientToken { $type: "gradient"; $value: { type: "linear" | "radial"; angle: number; stops: { position: number; color: ColorToken | string; }[]; }; } ``` -- GitHub Notification of comment by PavelLaptev Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/101#issuecomment-1606378209 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 June 2023 01:00:22 UTC