- From: Kyle Fiegener via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Aug 2024 00:24:57 +0000
- To: public-css-archive@w3.org
This sounds great as long as there's also a new unit called "hair" I can use inside `calc` to easily match sizes between things with and without borders. Something like this: ```css .thing-with-border { width: 32px; border: hairline solid magenta; } .thing-without-border { width: calc(32px + 2hair); } ``` -- GitHub Notification of comment by PsiRadish Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3720#issuecomment-2319536640 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 30 August 2024 00:24:58 UTC