Render Flow - Accessing map values with map-get
Parse SCSS file
Identify map declaration
Store map in memory
Encounter map-get function
Lookup key in map
Return corresponding value
Apply value in CSS property
Generate final CSS
The browser processes the SCSS by first parsing the map, then when it sees map-get, it looks up the key in the map and uses the value to generate the final CSS.