fn substitute_references_if_needed_and_apply(
name: &Name,
value: &Arc<VariableValue>,
custom_properties: &mut ComputedCustomProperties,
stylist: &Stylist,
computed_context: &Context<'_>,
)
Expand description
Replace var()
and env()
functions in a pre-existing variable value.