Answers for "live sass compiler brackets"

0

live sass compiler brackets

{
  "sass.enabled": false,
  "path": {
            "SASS/app.scss": {
            "sass.enabled": true,
            "sass.options": {
            "outputDir": "../CSS/",
            "includePaths": [],
            "sourceComments": true,
            "outputStyle": "nested"
          }
       }
    }
}
Posted by: Guest on September-08-2021

Browse Popular Code Answers by Language