Render Flow - Why variables reduce repetition
Read SASS file
Parse variables
Replace variables with values
Compile to CSS
Apply CSS to HTML elements
Render styles in browser
The browser receives compiled CSS where variables have been replaced by their values, reducing repeated code and making styles consistent and easier to update.