monks/grid_column_start
The grid-column-start CSS property specifies a grid item’s start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the {{glossary(“grid areas”, “grid area”)}}.
Values
pub const auto_: #(String, String)
- : 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 fn raw(value: String) -> #(String, String)
Enter a raw string value for grid-column-start
pub const revert_layer: #(String, String)