pub fn parse_line_names<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<OwnedSlice<CustomIdent>, ParseError<'i>>
Expand description

Parse the grid line names into a vector of owned strings.

https://drafts.csswg.org/css-grid/#typedef-line-names