refactor: set root layout, rename css, fix links in lint rules \ etc

This commit is contained in:
2026-09-10 19:28:22 +05:00
parent b6318f03ab
commit e970b47720
16 changed files with 76 additions and 34 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Color } from "@panmdaa/colors";
declare const process: { cwd(): string };
const css = readFileSync("src/preview.css", "utf8");
const css = readFileSync("src/app.css", "utf8");
type Hct = { h: number; c: number; t: number };