GRID

Static GRID 

Source
pub static GRID: Lazy<String>
Expand description

Generated from css file. Class content: display: grid;

§Example

html!("div", { .dwclass!("grid") });