mirror of
https://github.com/catppuccin/gitea.git
synced 2026-04-25 02:50:58 +08:00
chore: add TODO note
This commit is contained in:
4
build.ts
4
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,
|
||||
|
||||
Reference in New Issue
Block a user