Render Flow - @if conditional logic
[Read SASS file] -> [Parse @if condition] -> [Evaluate condition] -> [Include matching CSS block] -> [Ignore other blocks] -> [Compile to CSS]
The SASS compiler reads the @if condition, checks if it is true or false, then includes only the CSS inside the true block in the final CSS output.