Render Flow - @use directive for imports
Read main.scss
Find @use directive
Load _variables.scss
Compile variables into namespace
Apply styles using namespace
Generate CSS output
The browser or Sass compiler reads the main file, finds the @use directive, loads the imported file as a namespace, applies styles using that namespace, and then outputs the final CSS.