[community-group] $type: cubicBezier (#248)

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