Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import { ThemeSwitcher } from
"./theme-switcher.tsx"
;
7
8
const warm = (l: number) => `oklch(${l}% 0.025 80)`;
9
const cool = (l: number) => `oklch(${l}% 0.015 260)`;
10
11
export function App() {
Callers
1
App
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected