pub fn serialize_specified_dimension<W>(
    v: f32,
    unit: &str,
    was_calc: bool,
    dest: &mut CssWriter<'_, W>
) -> Resultwhere
    W: Write,
Expand description

Serialize a specified dimension with unit, calc, and NaN/infinity handling (if enabled)