Expand description
https://drafts.csswg.org/css-grid/#propdef-grid-template
Structs§
- Longhands
- Longhands
ToSerialize - Represents a serializable set of all of the longhand properties that correspond to a shorthand.
Functions§
- parse_
grid_ template - Parsing for
<grid-template>
shorthand (also used bygrid
shorthand). - parse_
into - Parse the given shorthand and fill the result into the
declarations
vector. - parse_
value - serialize_
grid_ template - Serialization for
<grid-template>
shorthand (also used bygrid
shorthand). - to_css
- Try to serialize a given shorthand to a string.