ASPECT_SQUARE

Static ASPECT_SQUARE 

Source
pub static ASPECT_SQUARE: Lazy<String>
Expand description

Generated from css file. Class content: aspect-ratio: 1 / 1;

§Example

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