UNPKG

@progress/kendo-theme-tasks

Version:
21 lines (17 loc) 542 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "kendo-cli://schemas/sass-variable.json", "title": "Sass schemas", "$defs": { "sass-variable-type": { "description": "Valid Sass variable type. One of color, number or boolean", "markdownDescription": "Valid Sass variable type. One of `color`, `number` or `boolean`", "type": "string", "enum": [ "color", "number", "boolean" ] } } }