Files
gitea-themes/styles/tokens/index.ts
T
2026-05-16 02:09:59 +08:00

5 lines
150 B
TypeScript

import { themeToRootVars } from "../../src/css";
import { lightTheme } from "../../themes/light";
export const tokens = themeToRootVars(lightTheme);