Render Flow - Content blocks with @content
Read SASS file
Parse mixin with @content
Store mixin template
Encounter mixin call with block
Inject @content block into mixin
Compile to CSS
Browser applies CSS styles
The SASS compiler reads the mixin with @content, waits for a block of styles to be passed in, then inserts that block where @content is used, producing final CSS that the browser renders.