
Typically, I use the following structure for global styles in any project. This setup allows for a highly flexible, easy-to-read, and maintainable style system, which is crucial for large projects that may last several months or even years.
Let’s review each of these folders:
Common: contains typography styles, imported fonts, icons, and core styles used across the project, such as container.scss or helpers.scss.