Home > other >  Vscode configured the SCSS path is invalid?
Vscode configured the SCSS path is invalid?

Time:01-06



//* * Easy Sass plug-in * *
"Easysass.com pileAfterSave" : true,
"Easysass. ExcludeRegex" : "",
"Easysass. Formats" :
{
"Format" : "expanded",
"The extension" : ". The CSS "
},
{
"Format" : "compressed",
"The extension" : ". Min. CSS "
}
],
"Easysass. TargetDir" : "./CSS ",//custom CSS output file path

CodePudding user response:

Invalid configuration, I also don't know what the reason
  • Related