StudentTraineeCenter / stcblog

MS Fluent based WordPress theme for studuj.digital blog.
https://studuj.digital
GNU General Public License v3.0
9 stars 1 forks source link

Config live scss in gitpod #66

Closed petrkucerak closed 3 years ago

petrkucerak commented 3 years ago

Config file

{
    "liveSassCompile.settings.formats":[
       {
           "extensionName": ".css",
           "format": "compressed",
           "savePath": "/public_html/wp-content/themes/stcblog/"
       }
   ],
   "liveSassCompile.settings.excludeList": [
      "**/node_modules/**",
      ".vscode/**"
   ],
   "liveSassCompile.settings.generateMap": true,
   "liveSassCompile.settings.autoprefix": [
       "> 1%",
       "last 2 versions"
   ]
}
filiptronicek commented 3 years ago

Looking into this right now, I just need the following two details:

  1. What is the file name?
  2. Where is this config file stored? Is it .vscode/?
petrkucerak commented 3 years ago

@filiptronicek settings.json