A value for the grid-template shorthand property.
none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ ? ? ? ]+ [ / ]?
If areas is not None, then rows must also not be None.
areas
None
rows
The named grid areas.
The grid template columns.
The grid template rows.
A value for the grid-template shorthand property.
none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [? ? ? ]+ [ / ]?
If
areasis notNone, thenrowsmust also not beNone.