ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
658 stars 169 forks source link

Compile to separate .css files #543

Open devtrix opened 3 years ago

devtrix commented 3 years ago

Let me explain. I have a SASS library that produces one combined .css file. I would like to produce separate .css files because then I can use different versions of certain files. For example different form styles, like outline, material input etc. I was looking to see if there was a switch. Any help is appreciated.