Function style::values::specified::grid::parse_line_names [] [src]

pub fn parse_line_names<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<Box<[CustomIdent]>, ParseError<'i>>

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

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