- From: Drew Powers via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Aug 2024 16:09:01 +0000
- To: public-design-tokens-log@w3.org
drwpow has just created a new issue for https://github.com/design-tokens/community-group: == $type: cubicBezier == ## Goals - [ ] Allow cubic bézier tokens to alias Number tokens internally - [ ] (anything else?) ## Proposals ### Initial proposal @lukasoppermann on [Aug 15, 2024](https://github.com/design-tokens/community-group/issues/241#issue-2468036702) ```json { "number": { "$type": "number", "$value": 0.2 }, "cubic-bezier": { "$type": "cubicBezier", "$value": ["{number}", 0.1, 1, 1] } } ``` ## All discussions - [#241](https://github.com/design-tokens/community-group/issues/241#issue-2468036702) by @lukasoppermann Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/248 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 20 August 2024 16:09:02 UTC