pub fn to_css(
    declarations: &[&PropertyDeclaration],
    dest: &mut CssStringWriter,
) -> ResultExpand description
Try to serialize a given shorthand to a string.
pub fn to_css(
    declarations: &[&PropertyDeclaration],
    dest: &mut CssStringWriter,
) -> ResultTry to serialize a given shorthand to a string.