Render Flow - Functions with parameters
[Read @function declaration] -> [Store function name and parameters] -> [Wait for function call] -> [Receive arguments] -> [Run function body with arguments] -> [Return computed value] -> [Use returned value in styles]
The browser reads the SASS function declaration and stores its name and parameters. When the function is called with arguments, it runs the function body using those arguments, returns a value, and applies that value in the CSS output.