V
V
Vuirus2019-11-04 17:21:33
css
Vuirus, 2019-11-04 17:21:33

Why is Live Sass Compiler in VSCode not compiling the code?

Live Sass Compiler (LSC) doesn't compile l, files(html,css,scss) are in the same folder, I tried to reinstall LSC but still nothing works.
5dc0339eea7b6040573213.png
5dc033a4b5f2e209340988.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
It, 2019-11-14
@IT_Highlander

{
  "liveSassCompile.settings.formats":[
   {
      "extensionName": ".min.css",
      "format": "compressed",
      "savePath": "/site/public/stylesheets/"
   }
 ],
 "liveSassCompile.settings.excludeList": [
    "**/node_modules/**",
    ".vscode/**",
    ".git/**"
 ],
 "liveSassCompile.settings.generateMap": false,
 "liveSassCompile.settings.autoprefix": [
     "> 1%",
     "last 10 versions"
],
"emmet.triggerExpansionOnTab": true
}

These are working settings.
SavePath set to normal instead of null.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question