Re: [csswg-drafts] different default values for `flex-grow` and `flex`

Yes, the different default value is definitely intentional; when you set something like `flex: 200px`, you want it to start at 200px and grow, so it needs to default to 1.  But we want flex items to default to not growing at all, for simplicity, so the initial value is `0`.

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

Received on Thursday, 31 May 2018 22:35:23 UTC