From cfa59597feccc25fe2557e09170b48ecd1e74a81 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sun, 5 Nov 2023 19:37:51 +0100 Subject: [PATCH] fix for deployment --- src/DomElements.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DomElements.ts b/src/DomElements.ts index 8e095e1..f40dc3a 100644 --- a/src/DomElements.ts +++ b/src/DomElements.ts @@ -61,6 +61,7 @@ export const buttonGroups = { clear_buttons: ["clear-button-1"], }; +//@ts-ignore export const createDocumentationStyle = (app: Editor) => { return { h1: "text-white lg:text-4xl text-xl lg:ml-4 lg:mx-4 mx-2 lg:my-4 my-2 lg:mb-4 mb-4 bg-neutral-900 rounded-lg underline underline-offset-8 pt-2 pb-3 px-2",