- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Aug 2023 16:05:19 +0000
- To: public-css-archive@w3.org
FWIW I see lots of absolute code with effectively the following: ``` .abspos { --width: 40px; width: var(--width); left: calc(50% - var(--width) / 2); } ``` To achieve centering. -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9124#issuecomment-1697743855 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 29 August 2023 16:05:22 UTC