Render Flow - Parent selector with &
Read .button selector
Create .button style block
Encounter & in nested selector
Replace & with parent selector .button
Compile nested styles
Output CSS with combined selectors
The Sass compiler reads the parent selector, then replaces & with that parent in nested rules, producing combined CSS selectors for styling.