Render Flow - Component-based file organization
Read main.scss
Import _header.scss
Import _button.scss
Import _footer.scss
Compile all into one CSS file
Browser applies styles
The browser reads the compiled CSS file created by combining component SCSS files imported in main.scss. Each component's styles are kept separate in files but combined before rendering.