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
657 stars 168 forks source link

Live Sass Compiler generating mutliple css files? #563

Open KohlerVG opened 3 years ago

KohlerVG commented 3 years ago

Hello, I'm new to this plugin and I only want 1 style.css file to be generated from my style.scss file, but it's generating all these other .css files? How can I just have (style.css)?

Screen Shot 2021-09-29 at 3 43 45 PM
glenn2223 commented 3 years ago

You'll need to do one of the following:

  1. use the liveSassCompile.settings.includeItems setting to choose the file(s) you want to output
  2. use the liveSassCompile.settings.excludeList setting to exclude folders/files
  3. rename any partial files with a leading underscore _

Please refer to #486 you will see that this extension is no longer maintained. However I do have a fork that I'm actively maintaining