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