{
    // Enable auto save when the editor loses focus
    "files.autoSave": "onFocusChange",
    "css.styleSheets": [
       "css/*.css"
  ]
}