Re: [csswg-drafts] [css-env] border radius (#6259)

No, not "obviously", otherwise I wouldn't be suggesting it. I don't have macOS to test but IMO something like this should work:

```css
border-radius:
  env(safe-area-inset-left) env(safe-area-inset-right) env(safe-area-inset-right) env(safe-area-inset-left) /
  env(safe-area-inset-top) env(safe-area-inset-top) env(safe-area-inset-bottom) env(safe-area-inset-bottom);
```

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6259#issuecomment-830872614 using your GitHub account


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

Received on Sunday, 2 May 2021 21:11:04 UTC