Render Flow - Avoiding over-nesting
Read SASS file
Parse nesting blocks
Flatten nested selectors
Generate CSS rules
Apply styles in browser
Render final layout
The browser receives CSS generated from SASS where nested selectors are flattened into normal CSS rules. Over-nesting can create complex selectors that slow rendering and cause unexpected styles.