SKEW_Y_2

Static SKEW_Y_2 

Source
pub static SKEW_Y_2: Lazy<String>
Expand description

Generated from css file. Class content: transform: skewY(2deg);

§Example

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