Render Flow - Variable scope (global vs local)
Parse SASS file
Identify variables
Determine scope: global or local
Apply variable values in styles
Compile to CSS
Render styles in browser
The SASS compiler reads the file, finds variables, decides if they are global or local, then applies their values to styles before creating the final CSS that the browser shows.