Re: [css-flexbox] There is a bug need fix!

Initial is described as `1 0 auto` here:
https://www.w3.org/TR/css-flexbox-1/#flex-property

On Tue, 7 Mar 2017 at 20:26, Tab Atkins Jr. <jackalmage@gmail.com> wrote:

> On Mon, Mar 6, 2017 at 5:29 AM, xgq frms <xgqfrms@outlook.com> wrote:
> > (flex: initial; === flex: 0 1 auto;)
> >
> > NOT
> >
> > (flex: initial; === flex: 1 0 auto;)
>
> Can you elaborate on what you think needs fixing?  The text you've
> circled in your picture is correct - "0 1 auto" is the initial value
> for the flex property (or rather, its subproperties).
>
> ~TJ
>
>

Received on Tuesday, 7 March 2017 19:32:50 UTC