Render Flow - Functions vs mixins comparison
[Read SCSS file] -> [Parse variables, functions, mixins] -> [Evaluate functions when called] -> [Insert mixin code where included] -> [Compile CSS output]
The browser sees only the final CSS. Sass functions compute values and return them, while mixins insert blocks of CSS code where used before final CSS is generated.