diff --git a/.vscode/astrowind/config-schema.json b/.vscode/astrowind/config-schema.json index e596c07..e101ea8 100644 --- a/.vscode/astrowind/config-schema.json +++ b/.vscode/astrowind/config-schema.json @@ -260,27 +260,6 @@ "theme": { "type": "string" }, - "classes": { - "type": "object", - "properties": { - "html": { - "type": "null" - }, - "body": { - "type": "null" - }, - "heading1": { - "type": "null" - }, - "heading2": { - "type": "null" - }, - "button": { - "type": "null" - } - }, - "required": ["html", "body", "heading1", "heading2", "button"] - }, "tokens": { "type": "object", "properties": { @@ -436,7 +415,7 @@ "required": ["default", "dark"] } }, - "required": ["theme", "classes", "tokens"] + "required": ["theme", "tokens"] } }, "required": ["site", "metadata", "i18n", "apps", "analytics", "ui"]