Render Flow - Variable interpolation with #{}
Read SASS file
Parse variables
Detect #{} interpolation
Replace #{} with variable value
Generate CSS output
Browser renders CSS
The SASS compiler reads the file, replaces #{variable} with its value, then outputs CSS that the browser renders visually.