Update html/css custom data config schema for #67544

This commit is contained in:
Pine Wu
2019-01-30 11:46:57 -08:00
parent f0d1dbcd2c
commit 6787bd1f25
2 changed files with 9 additions and 1 deletions

View File

@@ -37,6 +37,9 @@
"type": "array",
"description": "A list of JSON file paths that define custom CSS data that loads custom properties, at directives, pseudo classes / elements.",
"default": [],
"items": {
"type": "string"
},
"scope": "resource"
},
"css.validate": {