- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Sep 2023 14:33:43 +0000
- To: public-css-archive@w3.org
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