Module style::properties::generated::shorthands::grid_template
source · Expand description
https://drafts.csswg.org/css-grid/#propdef-grid-template
Structs§
- Represents a serializable set of all of the longhand properties that correspond to a shorthand.
Functions§
- Parsing for
<grid-template>
shorthand (also used bygrid
shorthand). - Parse the given shorthand and fill the result into the
declarations
vector. - Serialization for
<grid-template>
shorthand (also used bygrid
shorthand). - Try to serialize a given shorthand to a string.