MCPcopy Create free account
hub / github.com/css-hooks/css-hooks / warm

Function warm

example/src/app.tsx:8–8  ·  view source on GitHub ↗
(l: number)

Source from the content-addressed store, hash-verified

6import { ThemeSwitcher } from "./theme-switcher.tsx";
7
8const warm = (l: number) => `oklch(${l}% 0.025 80)`;
9const cool = (l: number) => `oklch(${l}% 0.015 260)`;
10
11export function App() {

Callers 1

AppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected