monks/grid_column_end
The grid-column-end CSS property specifies a grid item’s end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its {{glossary(“grid areas”, “grid area”)}}.
Values
pub const auto_: #(String, String)
- : Contributes nothing to the grid item’s placement, indicating auto-placement, an automatic span, or a default span of
1. This is the default value.
pub const revert_layer: #(String, String)