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