Changes
2 changed files (+3/-1)
-
-
@@ -4,6 +4,9 @@ // SPDX-License-Identifier: CC0-1.0{ // Local $DENO_DIR on CI "exclude": [".deno"], "compilerOptions": { "noUnusedLocals": true }, "fmt": { "useTabs": true, "include": ["**/*.ts", "**/*.tsx"]
-
-
-
@@ -5,7 +5,6 @@/** @jsx h */ import { h, type Result } from "../../../deps/esm.sh/hastscript/mod.ts"; import type * as Hast from "../../../deps/esm.sh/hast/types.ts"; import type { BuildContext } from "../context.ts"; import { css } from "../css.ts";
-