On Sun, Jun 29, 2014 at 7:55 AM, François REMY <francois.remy.dev@outlook.com> wrote: > I think there may be a typo in Example 23: > > For example, "grid: rows 1fr;" is equivalent to > > grid-template: none; > grid-auto-columns: 1fr; grid-auto-rows: 1fr; grid-auto-flow: row; > Similarly, "grid: columns 1fr / auto" is equivalent to > > grid-template: none; > grid-auto-columns: 1fr; > grid-auto-rows: auto; > grid-auto-flow: column; > > Shouldn't it be "grid: row 1fr;" and "grid: column 1fr / auto" instead? Yup, fixed, thanks. ~TJReceived on Sunday, 29 June 2014 15:49:24 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:43 UTC