Render Flow - Variable declaration with $
Read SASS file
Parse $variable declarations
Store variables in memory
Replace variable references with values
Compile to CSS
Browser renders CSS
The SASS compiler reads the file, finds variables declared with $, stores their values, replaces all uses of these variables with their values, then outputs standard CSS for the browser to render.