Render Flow - Multi-brand stylesheet generation
Read SASS variables and mixins
Parse brand-specific variables
Generate CSS rules per brand
Compile to CSS
Browser applies styles based on brand class
Render brand-themed UI
The SASS compiler reads brand variables and mixins, generates CSS rules for each brand, then the browser applies styles based on the brand class to render the themed UI.