Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Live Sass Compiler generating mutliple css files? #563

Open
KohlerVG opened this issue Sep 29, 2021 · 1 comment
Open

Live Sass Compiler generating mutliple css files? #563

KohlerVG opened this issue Sep 29, 2021 · 1 comment

Comments

@KohlerVG
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants