I have a folder with multiple projects, each project has its own folder.
The structure is like this:
project 1
project 2
...
project n
dist
sass
index.html
Each project consists of a dist
and sass
folder.
The problem is, when I compile a Sass file for one project, all of my Sass files are compiled into main.css
, inside the dist
folder.
Folder Structure:
Compiler Output: