to_css_with_default

Function to_css_with_default 

Source
fn to_css_with_default<LengthPercent, W>(
    value: &AnimationRangeValue<LengthPercent>,
    dest: &mut CssWriter<'_, W>,
    default: CSSFloat,
) -> Result
where LengthPercent: ToCss + EqualsPercentage, W: Write,