Render Flow - Conditional mixins with @if
Read @mixin with parameter
Parse @if condition inside mixin
Evaluate condition at call time
Include styles if condition true
Skip styles if condition false
Compile CSS output
The browser sees the final CSS after Sass processes the mixin. Sass reads the mixin, checks the @if condition when called, and includes styles only if the condition is true. The browser renders the resulting CSS normally.