css: valid properties

This commit is contained in:
Martin Aeschlimann
2018-10-29 17:03:21 +01:00
parent 61c0fe6f00
commit 5043998c52
4 changed files with 26 additions and 5 deletions

View File

@@ -177,6 +177,12 @@
"default": "warning",
"description": "%css.lint.unknownProperties.desc%"
},
"css.lint.validProperties": {
"type": "string",
"scope": "resource",
"default": "",
"description": "%css.lint.validProperties.desc%"
},
"css.lint.ieHack": {
"type": "string",
"scope": "resource",
@@ -417,6 +423,12 @@
"default": "warning",
"description": "%scss.lint.unknownProperties.desc%"
},
"scss.lint.validProperties": {
"type": "string",
"scope": "resource",
"default": "",
"description": "%scss.lint.validProperties.desc%"
},
"scss.lint.ieHack": {
"type": "string",
"scope": "resource",
@@ -636,6 +648,12 @@
"default": "warning",
"description": "%less.lint.unknownProperties.desc%"
},
"less.lint.validProperties": {
"type": "string",
"scope": "resource",
"default": "",
"description": "%less.lint.validProperties.desc%"
},
"less.lint.ieHack": {
"type": "string",
"scope": "resource",