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