Re: [csswg-drafts] New `border-radius` value for perfectly matching nested radii (#7707)

```css
.parent {
  border-radius: 24px;
  padding: 10px;
}

.child {
  border-radius: auto;
}
```

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


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

Received on Thursday, 8 September 2022 15:57:48 UTC