Render Flow - Maps for grouped values
Read SASS file
Parse variables and maps
Resolve map keys and values
Apply map values to CSS properties
Generate CSS output
Browser renders CSS styles
The SASS processor reads the map structure, extracts grouped values by keys, applies them to CSS properties, then outputs CSS that the browser renders visually.