Introduction
Functions with parameters let you reuse code by giving inputs to get different results. This saves time and keeps your styles neat.
When you want to calculate colors based on different brightness levels.
When you need to create spacing sizes that change depending on input.
When you want to generate font sizes that scale with a factor.
When you want to reuse a style calculation but with different values each time.