Re: [community-group] How to deal with "fluid" dimensions (#188)

I 100% agree that there needs to be min and max values for fluid typography and spacing.

```
{
  "fluid-dimension-token": {
    "$type": "fluid",
    "$value": {
      "min": "32px",
      "max": "48px"
    }
  }
}
```

How each platform uses this data is up to the coder (eg. whether using clamp or media queries in CSS). `min` can work as the fallback for static design tools that don't allow fluid typography and spacing.

-- 
GitHub Notification of comment by mikemai2awesome
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/188#issuecomment-1327895909 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 25 November 2022 21:37:29 UTC