Render Flow - @each loop over lists
Read SASS file
Parse @each loop
Iterate over list items
Generate CSS for each item
Output compiled CSS
Browser reads CSS
Apply styles to HTML elements
Render visual changes
The SASS compiler reads the @each loop, repeats the CSS rules for each list item, outputs CSS, which the browser applies to HTML elements to show styled results.