SKEW_X_12

Static SKEW_X_12 

Source
pub static SKEW_X_12: Lazy<String>
Expand description

Generated from css file. Class content: transform: skewX(12deg);

§Example

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