Before all my css was folded under my scss in my project file structure.
Is there a setting for this or has this just changed?
Before it was like
my-file.scss
my-file.css
my-other-file.scss
my-other-file.css
Now its
my-file.css
my-file.scss
my-other-file.css
my-other-file.scss
I want it to be as it was before