All streams
Search
Write a publication
Pull to refresh

Frontend

Show first
Rating limit
Level of difficulty

How to add any CSS framework to your project — Part 2

Level of difficultyEasy
Reading time4 min
Views1.2K

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.

Read more