From 7c0fe1b1f12aea93c8875f3949a4cdda247fd17a Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 23 Aug 2023 12:22:00 +0200 Subject: [PATCH] chore: add TODO note --- build.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.ts b/build.ts index 265e932..cb66ac0 100755 --- a/build.ts +++ b/build.ts @@ -1,4 +1,5 @@ #!/usr/bin/env -S deno run -A + import * as path from "std/path"; import * as sass from "sass"; import ctp from "npm:@catppuccin/palette"; @@ -49,6 +50,9 @@ for (const flavor of flavors) { } } +// TODO: +// refactor this part out to a common import, since ctp/ctp & ctp/userstyles +// are both using the same base function const updateReadme = ({ readme, section,