Render Flow - @return statement
Read @mixin or @function declaration
Parse function body
Encounter @return statement
Evaluate expression after @return
Exit function and pass value back
Use returned value in calling context
The browser or compiler reads the function, evaluates the @return statement to get a value, then exits the function passing that value back to where it was called.