Render Flow - Chained extensions
Read base selector
Create base styles
Read first @extend
Merge base styles into first selector
Read second @extend
Merge first selector styles into second selector
Generate combined CSS rules
Sass processes chained extensions by reading the base styles, then merging them step-by-step into selectors that extend each other, producing combined CSS rules that share styles.