Re: [csswg-drafts] [css-grid-2] Allow minmax where max wins over min

So my preference is to go with an optional trailing keyword dictating the behavior.  `clamp()` (#2519) probably wants the same thing, and a keyword is definitely the way to go there (particularly since clamp() also wants a third behavior - swapping the min/max when they're in the wrong order; you can't do that with Grid tho, if either of the sizes are content-based).

So maybe something like:

```
minmax(<min>, <max>, [min-wins | max-wins]?)
```

Alternate name pairs: `prefer-min | prefer-max`

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

Received on Thursday, 17 May 2018 17:59:12 UTC