diff --git a/.vscode/settings.json b/.vscode/settings.json index d7ca13345..1b3f69961 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "css.validate": false, "editor.insertSpaces": true, "editor.tabSize": 2, "files.associations": { @@ -15,5 +16,6 @@ "fileMatch": ["renovate.json"], "url": "https://docs.renovatebot.com/renovate-schema.json" } - ] + ], + "scss.validate": false }