pub type WidowsValue = CssPropertyValue<Widows>;
#[repr(C, u8)]pub enum WidowsValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(Widows), }