Render Flow - Built-in math functions
Parse SASS file
Identify math function calls
Evaluate math functions
Replace function calls with computed values
Compile to CSS
Render CSS in browser
The SASS compiler reads the file, finds math functions like 'math.div' or 'math.round', calculates their results, replaces the calls with these values, then outputs CSS that the browser renders visually.