Render Flow - Partial files with underscore prefix
Read main.scss
Find @use or @import statement
Look for partial file _variables.scss
Load _variables.scss content
Compile combined CSS
Output final CSS file
The Sass compiler reads the main file, finds import or use statements referencing partial files with an underscore prefix, loads their content without generating separate CSS, then compiles everything into one CSS output.