Render Flow - CSS custom properties vs SASS variables
Write SASS variables
→SASS compiler replaces variables
Write CSS custom properties
→Browser reads CSS
SASS variables are replaced during compilation before the browser sees the CSS. CSS custom properties stay in the CSS and the browser applies them dynamically when rendering.