SCALE_Y_75

Static SCALE_Y_75 

Source
pub static SCALE_Y_75: Lazy<String>
Expand description

Generated from css file. Class content: transform: scaleY(0.75);

§Example

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