Render Flow - File architecture patterns (7-1 pattern)
[Read main.scss] -> [Import _variables.scss] -> [Import _mixins.scss] -> [Import _base.scss] -> [Import _layout.scss] -> [Import _components.scss] -> [Import _pages.scss] -> [Import _themes.scss] -> [Compile all into one CSS file]
The browser reads the main Sass file which imports seven partial files, then compiles them into a single CSS file for styling the webpage.