Is there a way to compile all .scss
files in a /scss
folder into a single .css
that can sit inside the wwwroot/css/
folder in a .net/razor pages application? I currently have Web Compiler 2022+ installed but it doesn't group files together.
I've tried using import statements in a single main.scss
file but that doesn't work either.
I'm new to Visual Studio, C# and .net so any suggests would be great.