pub type Css = Vec<Property>;
A CSS style attribute value, as a list of properties.
struct Css { /* private fields */ }