Re: [csswg-drafts] [css-grid] respect `justify-content: center` even when column width is fluid and has max-width using `auto-fit/fill` (#10358)

Another option might be to add support to do `grid-template-columns: repeat(auto-fit, clamp(100px, 1fr, 200px));` 

The new (currently unsupported) value is to support for the middle value here being `1fr`: `clamp(100px, 1fr, 200px)`. Why is that not supported now?

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


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

Received on Thursday, 23 May 2024 11:02:12 UTC