- From: Pavel Laptev via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Jul 2023 20:05:43 +0000
- To: public-design-tokens-log@w3.org
For "radial" gradients, there also should be a size property, e.g.: ``` GradientToken { $type: "gradient"; $value: { type: "linear" | "radial" | "angular" | "conic"; angle: number; size: "30% 50%" 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-1626007124 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 7 July 2023 20:05:45 UTC