Re: [csswg-drafts] wrong initial value for `flex-grow`

It looks that `flex-grow` as a separate property has different default value than `flex-grow` as a `flex` shorthand component. If the `flex` property has only `flex-basis` component (e.g. `flex: 100px`), browsers interpret this as `flex: 1 1 100px`, not `flex: 0 0 100px`.

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

Received on Monday, 28 May 2018 08:32:55 UTC