Render Flow - Media query mixin patterns
[Write SASS mixin] -> [Compile to CSS with media query] -> [Browser reads CSS] -> [Apply styles inside media query if condition matches] -> [Render updated layout]
The browser reads the compiled CSS including media queries. It applies styles inside media queries only if the device matches the conditions, then renders the layout accordingly.