I read a book about Sass folder structure, so here are my notes.
I started by studying SMACSS (Scalable and Modular Architecture for CSS) design, which I personally thought seemed simple.
The important thing is that there’s no need to rush to standardize everything. It’s fine to standardize only when necessary. Also, be careful not to overuse sass
. It can make your code unnecessarily messy.