chore: add TODO note
parent
c5fd42c35a
commit
7c0fe1b1f1
4
build.ts
4
build.ts
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue