Re: [csswg-drafts] New length unit as a fractional part of `rem` (#9345)

I don't think new units are needed, I think https://drafts.csswg.org/css-variables-2/#variable-units should be used instead:

```css
:root { --rp: calc(1rem / 16) }
foo { padding: 20--rp } /* 1.25rem */
```

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


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

Received on Wednesday, 13 September 2023 14:33:46 UTC