Re: [csswg-drafts] [css-grid-1] Unpredicable gap positioning with two or more tracks. (#7197)

Could this be solved, if we could define the columns like this?
```css
column-gap: 10px;
grid-template-columns: calc(50fr + 10px) 25fr 25fr;
```

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


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

Received on Wednesday, 6 December 2023 10:39:50 UTC