I want to compile and output all the .scss files in the scss directory to the css directory of dist
I wrote the parameter: npm run node-sass. / scss/ .scss. / dist/css/ .css
Thestructure is not as I expected. All the scss files in the source directory can be recognized, but there are multiple * .css instead of the same name after compilation. Can you tell me how to do this?