Render Flow - Mixin definition with @mixin
[Read @mixin name] -> [Store mixin code block] -> [Wait for @include] -> [Insert mixin styles] -> [Compile CSS]
Sass preprocessor reads the @mixin definition and stores it. When @include is encountered during compilation, it inserts the mixin styles into the output CSS.