SCSS organization problem

I am working on a project with sass. In my sass folder, there have many folders like ‘base, components, layout, moduls’ etc.
In this folders, there have also lot’s of files and folders. some are connected with main.scss and some are connected with other files.
I know where everything connected is. but others developer will get stuck to find.
so how can I solve this problem?

Please elaborate — you’re not making any sense.

I am working on a project with sass. In my sass folder, there have many folders like ‘base, components, layout, moduls’ etc.
In this folders, there have also lot’s of files and folders. some are connected with main.scss and some are connected with other files.
I know where everything connected is. but others developer will get stuck to find.
so how can I solve this problem?

Write some documentation? Reorganize into a simpler layout? Both?