Render Flow - String types and concatenation
Read SASS file
Parse variables and strings
Identify string types (quoted/unquoted)
Process concatenation operators
Compile to CSS string values
Output final CSS
The SASS compiler reads the file, parses string variables and concatenation, then compiles them into CSS strings for the browser.