monks/grid_area
The grid-area CSS shorthand property specifies a grid item’s size and location within a {{glossary(“grid”, “grid”)}} by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its {{glossary(“grid areas”, “grid area”)}}.
Values
pub const auto_: #(String, String)
- : Is a keyword indicating that the property contributes nothing to the grid item’s placement, indicating auto-placement or a default span of
1.
pub const revert_layer: #(String, String)