Re: [csswg-drafts] [css-align-3][css-position-3] Better interaction of auto insets and self-alignment properties? (#9124)

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