Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I’m doing frontend mentor challenges using sass and wanna create page with this projects. Folder structure is like this
Main-folder 
    Project 1
    Project 2
    Project 3
    ...
    Dist
    Sass
    index.html

Each project folder has dist folder and sass folder. Last 2 folders and index.html are for the page that will be displaying projects.
The problem is when i compile sass file main-folder/sass/_header.scss all sass files(even those in projects) are compiled into main-folder/dist/css/main.css, though they should complie into main-folder/project/dist/css.
Thanks for ur help and time in advance;)

What I have tried:

Tried to recompile and googled but didn’t find anything
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900