monks/grid_row_start
The grid-row-start CSS property specifies a grid item’s start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge 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, an automatic span, or a default span of
1.
pub const revert_layer: #(String, String)