Changes
3 changed files (+2/-3)
-
-
@@ -28,7 +28,6 @@ "useTabs": true}, "markup": { "useTabs": true, "scriptIndent": true, "styleIndent": true }, "malva": {
-
-
-
@@ -4,7 +4,7 @@ // SPDX-License-Identifier: AGPL-3.0-only--- <script> import { DocsThemeOverride } from "./docs-theme-override.ts"; import { DocsThemeOverride } from "./docs-theme-override.ts"; DocsThemeOverride.register(); </script>
-
-
-
@@ -9,7 +9,7 @@ import ThemeMatrixPreview from "../../components/ThemeMatrixPreview.astro";--- <script> const buttons = document.querySelectorAll("yamori-button"); const buttons = document.querySelectorAll("yamori-button"); buttons.forEach((button) => { button.addEventListener("click", (event) => {
-