Skip to content

Commit e672c35

Browse files
committed
[css-grid] Break 'grid' across lines for more readability.
1 parent 5aeee18 commit e672c35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,10 @@ Grid Definition Shorthand: the 'grid' property</h2>
21172117

21182118
<pre class='propdef'>
21192119
Name: grid
2120-
Value: none | subgrid | <nobr>[ <<'grid-template-rows'>> / <<'grid-template-columns'>> ]</nobr> | <nobr>[ <<line-names>>? <<string>> <<track-size>>? <<line-names>>? ]+ [ / <<track-list>> ]?</nobr> | <nobr>[ <<'grid-auto-flow'>> [ <<'grid-auto-rows'>> [ / <<'grid-auto-columns'>> ]? ]? ]</nobr>
2120+
Value: none | subgrid |
2121+
Value: <nobr>[ <<'grid-template-rows'>> / <<'grid-template-columns'>> ]</nobr> |
2122+
Value: <nobr>[ <<line-names>>? <<string>> <<track-size>>? <<line-names>>? ]+ [ / <<track-list>> ]?</nobr> |
2123+
Value: <nobr>[ <<'grid-auto-flow'>> [ <<'grid-auto-rows'>> [ / <<'grid-auto-columns'>> ]? ]? ]</nobr>
21212124
Initial: see individual properties
21222125
Applies to: <a>grid containers</a>
21232126
Inherited: see individual properties

0 commit comments

Comments
 (0)