monks/grid_template_areas
The grid-template-areas CSS property specifies named {{glossary(“grid areas”)}}, establishing the cells in the grid and assigning them names.
Values
pub const none: #(String, String)
- : The grid container doesn’t define any named grid areas.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for grid-template-areas
pub const revert_layer: #(String, String)