pub fn serialize_grid_template<W>(
template_rows: &GridTemplateComponent,
template_columns: &GridTemplateComponent,
template_areas: &GridTemplateAreas,
dest: &mut CssWriter<'_, W>,
) -> Resultwhere
W: Write,Expand description
Serialization for <grid-template> shorthand (also used by grid shorthand).