Re: [community-group] Gradient type feedback (#101)

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