pub fn serialize_percentage<W>( value: CSSFloat, dest: &mut CssWriter<'_, W>, ) -> Resultwhere W: Write,
Serialize a value into percentage.