Render Flow - Why extending reduces duplication
Read SASS file
Parse @extend directive
Find selector to extend
Merge selectors in CSS output
Generate combined CSS rules
Output CSS with shared styles
The SASS compiler reads the @extend directive, finds the selector to extend, merges selectors sharing styles, and outputs combined CSS to reduce repeated code.