monks/grid_template
The grid-template CSS property is a shorthand property for defining {{glossary(“grid column”, “grid columns”)}}, {{glossary(“grid_row”, “grid rows”)}}, and {{glossary(“grid areas”, “grid areas”)}}.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of grid-template
pub const none: #(String, String)
- : Sets all three longhand properties to
none, meaning there is no explicit grid. There are no named grid areas. Rows and columns will be implicitly generated; their size will be determined by the {{cssxref(“grid-auto-rows”)}} and {{cssxref(“grid-auto-columns”)}} properties. This is the default value.
pub const revert_layer: #(String, String)