chore: add TODO note

main
winston 2023-08-23 12:22:00 +02:00
parent c5fd42c35a
commit 7c0fe1b1f1
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env -S deno run -A #!/usr/bin/env -S deno run -A
import * as path from "std/path"; import * as path from "std/path";
import * as sass from "sass"; import * as sass from "sass";
import ctp from "npm:@catppuccin/palette"; 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 = ({ const updateReadme = ({
readme, readme,
section, section,