[css-grid] Using brackets for line names

Alan Stearns brought up a really great point that the repeat()
syntax in Grid Layout would be easier to read if line names used
brackets instead of parentheses

   repeat([line-name] 10px [line-name] calc(60em+10px))

vs

   repeat((line-name) 10px (line-name) calc(60em+10px))

Since there's no particular reason to go with one vs the other,
we could just change it. Thoughts?

~fantasai

Received on Thursday, 7 May 2015 18:21:44 UTC